POST StatusTypes
Creates a new status type.
Request Information
URI Parameters
None.
Body Parameters
Status type to create. StatusTypeId should not be filled in.
StatusType| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusTypeId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| IsProducing | boolean |
None. |
|
| IsInjecting | boolean |
None. |
|
| AssetType | AssetType |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StatusTypeId": "bc84b8ed-f94e-4e97-b88b-0ede77a36cbb",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "c25b5249-a161-4f8c-bc8d-1b63a234563d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "db794f68-7a02-4dad-9495-3595a59ea999",
"CreateDate": "2026-08-04T17:24:56.9345787-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:24:56.9345787-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "a7e0b5cb-5f1b-40b7-957d-e3a11491ec75",
"CreateDate": "2026-08-04T17:24:56.9345787-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:24:56.9345787-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the created status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | StatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"StatusTypeId": "de8e87df-f99d-4880-9dfc-5b5da46d918a",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "e3b764f3-87e7-4903-99b2-f706967351a4",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "1d3f64a0-f17b-44f6-9e1e-53ea0202d390",
"CreateDate": "2026-08-04T17:24:56.9345787-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:24:56.9345787-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "0d2b77a5-36f9-43bd-84f8-93c8046f74aa",
"CreateDate": "2026-08-04T17:24:56.9345787-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:24:56.9345787-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}