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": "19189e9c-c07e-40c6-a2b7-30c68b289fde",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "b1a01fa4-6e1b-4306-8c4b-c1b2c53ed7d4",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "1f89c255-dccb-4c1d-9dde-bcd942539f6c",
"CreateDate": "2026-03-15T18:05:38.9766436-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-15T18:05:38.9766436-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "176a3fab-aff3-4dc1-905f-25d28f36dc25",
"CreateDate": "2026-03-15T18:05:38.9766436-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T18:05:38.9766436-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": "dcbee87d-b714-4900-8106-06549b38ba9c",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "a1cfe260-49ba-415f-b1bb-6d54768a1f47",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9af123b1-9f7b-4ea2-8682-44a84f2a4071",
"CreateDate": "2026-03-15T18:05:38.9766436-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-15T18:05:38.9766436-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "14674bef-aea3-4be1-ba56-903f27a0bab2",
"CreateDate": "2026-03-15T18:05:38.9766436-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T18:05:38.9766436-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}