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": "7a381058-8dba-45f0-ac13-2dabcf45924b",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "0a708049-5e62-4831-a9b5-72e4867c6f54",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d3ece7e6-6e10-4d40-98b1-5a2b9177a8e4",
"CreateDate": "2026-03-13T07:50:11.3596829-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-13T07:50:11.3596829-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "e28e76b9-efce-4893-8bfb-2f05b7b0b9c1",
"CreateDate": "2026-03-13T07:50:11.3596829-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T07:50:11.3596829-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": "510ae432-5109-4fb1-9b44-7cc85251ca0b",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "e6b7c2a3-ee79-4192-9d0c-6bde75c01a53",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "38af474e-17e9-4f58-9416-5b51af3cb00f",
"CreateDate": "2026-03-13T07:50:11.3596829-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-13T07:50:11.3596829-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "04e0a32b-d24f-48d8-91a1-66fac7c8e5b8",
"CreateDate": "2026-03-13T07:50:11.3596829-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-13T07:50:11.3596829-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}