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": "257a3435-cace-4598-aff6-634a6de5a19c",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "071b2e53-0b95-4658-ab7e-aafbce79f83f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ac46d4bb-7ec9-4f5d-8a7a-327687ace6f5",
"CreateDate": "2026-02-02T11:57:16.9733427-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-02T11:57:16.9733427-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "fc623bfd-d002-4c4c-b147-743bbb429410",
"CreateDate": "2026-02-02T11:57:16.9733427-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-02T11:57:16.9733427-08: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": "fd20867b-8863-4224-bf9b-62dcc4b44b42",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "654a4e80-4917-4a49-8b13-e50ab45e1903",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "3c76d755-d423-49c2-a19c-2edcb7c860c4",
"CreateDate": "2026-02-02T11:57:16.9733427-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-02T11:57:16.9733427-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "1fec98f2-fc8b-4d2a-8ac8-ccfb32b6696d",
"CreateDate": "2026-02-02T11:57:16.9733427-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-02T11:57:16.9733427-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}