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": "d8d00678-b403-4891-b4a4-7c462131cb54",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "864a935e-eea5-4c0d-a788-23c3131a4e93",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "debc2047-215c-4a61-a458-c6430903df53",
"CreateDate": "2026-06-01T20:28:39.9963162-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-01T20:28:39.9963162-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "28bd0f8c-e13c-4c29-aec5-57b4a245f978",
"CreateDate": "2026-06-01T20:28:39.9963162-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-01T20:28:39.9963162-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": "c4257019-bb32-4892-8b8f-d15f3c5c8cd6",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "af8e1ee1-4726-40b2-b846-2d60e049b0e7",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "960698e2-b8d9-4469-b84e-37a0cf87a266",
"CreateDate": "2026-06-01T20:28:39.9963162-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-01T20:28:39.9963162-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "a3bbff34-8938-4e90-9c7a-351a16fe36e8",
"CreateDate": "2026-06-01T20:28:39.9963162-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-01T20:28:39.9963162-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}