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": "ffcc263b-83bb-4658-91ce-8db18c08cd64",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "b1ba9cdf-c685-4689-ac13-3147187f3c2a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "1293ff7b-db5e-4f47-88b6-a3353f17797d",
"CreateDate": "2026-03-21T07:44:06.4662661-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-21T07:44:06.4662661-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "5b5dbf9b-a9ff-4e2f-b34c-196d14769452",
"CreateDate": "2026-03-21T07:44:06.4662661-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T07:44:06.4662661-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": "7111ceb5-8d79-41d2-8be9-9d447aaa5b83",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "a42914a1-32d3-4618-84ff-5d6e6905e60a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "26ea4ca1-97ad-4e53-8cf2-65c84dd386dc",
"CreateDate": "2026-03-21T07:44:06.4662661-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-21T07:44:06.4662661-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "e6bc0885-0263-4fcb-9b8d-5a0c6767f211",
"CreateDate": "2026-03-21T07:44:06.4662661-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T07:44:06.4662661-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}