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": "2f0bb67f-8c9d-4d2f-a343-dfdab10fb0b8",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "153e2327-d5ef-4181-970a-0a6f6801f2a8",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f3a95865-4e17-4d7c-bbca-517d6601adac",
"CreateDate": "2026-05-12T17:05:28.1130883-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-12T17:05:28.1130883-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "6add49da-c142-44ff-b2e5-e65422b9ce52",
"CreateDate": "2026-05-12T17:05:28.1130883-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-12T17:05:28.1130883-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": "b373e61c-7543-486b-b820-c92615443820",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "fe1eadec-22e9-460e-ac46-7cd0ca80440d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "cd5f85e6-28f6-4db6-ab35-805af3408c7e",
"CreateDate": "2026-05-12T17:05:28.1130883-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-12T17:05:28.1130883-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "aab34d7d-4b4d-4969-9d24-f98ff56a5049",
"CreateDate": "2026-05-12T17:05:28.1130883-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-12T17:05:28.1130883-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}