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": "f8260a13-e602-44f4-9950-2875a41b3af3",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "ad8620e7-0cae-4f80-a0f7-9677eccedc5e",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9377cbbf-eb32-49d0-a77f-d53658436836",
"CreateDate": "2026-04-18T04:55:38.3698264-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-18T04:55:38.3698264-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "42d243ba-89ca-43e1-af64-3cf0e94e4263",
"CreateDate": "2026-04-18T04:55:38.3698264-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-18T04:55:38.3698264-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": "6870deb3-70a5-45be-910a-3e5b5564095e",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "03e09153-8b6e-4ba1-a302-9de9a866c041",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e6b6d068-7a91-46f5-becb-ea5be8642f6a",
"CreateDate": "2026-04-18T04:55:38.3698264-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-18T04:55:38.3698264-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "22963b60-4220-4e88-a783-3b7bb3bdd9a0",
"CreateDate": "2026-04-18T04:55:38.3698264-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-18T04:55:38.3698264-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}