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": "21d0a9d8-5d4d-499f-93a9-433f07f2d504",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "98c76223-15b3-4b82-a758-ed3c1dfa92f8",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "29fefb3e-b178-4af5-8963-e8336e5b4d27",
"CreateDate": "2026-06-22T01:37:05.7338541-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-22T01:37:05.7338541-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "2adb3a21-3851-48c1-b505-6efe11cd9a8e",
"CreateDate": "2026-06-22T01:37:05.7338541-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T01:37:05.7338541-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": "fd3138d3-2cee-460e-9b4e-476adc001ca0",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "178365e2-ae33-4a15-b012-6620bdc99b9d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "719a6620-7791-4c9d-9c38-adb95db16be0",
"CreateDate": "2026-06-22T01:37:05.7338541-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-22T01:37:05.7338541-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "6a091d08-e3b6-408e-b3f5-a1003697fd14",
"CreateDate": "2026-06-22T01:37:05.7338541-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T01:37:05.7338541-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}