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": "36eb2d1e-1aa9-420b-b005-cc0fa8212869",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "51ab69a2-b45a-48c3-ac85-3e99b362b33f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "3e0dbc32-d6b8-4fc1-9c17-1b9d2baba754",
"CreateDate": "2025-10-13T15:29:46.3245361-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-13T15:29:46.3245361-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "966c4b13-250d-4d98-838b-633139271113",
"CreateDate": "2025-10-13T15:29:46.3245361-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-13T15:29:46.3245361-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": "792cb60a-921c-4c97-97cb-7d6b3a7e23a2",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "6184a183-d85c-4e53-a405-16b445ebc4e6",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "efeba87f-6c74-4fde-a4d3-d0ac1e8a7709",
"CreateDate": "2025-10-13T15:29:46.3245361-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-13T15:29:46.3245361-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "eaa28d79-7ab5-49fa-aaa1-c024ea5e0066",
"CreateDate": "2025-10-13T15:29:46.3245361-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-13T15:29:46.3245361-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}