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": "9235e211-9fae-4462-b8e4-5132fe4864a3",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "46c78b77-9afe-465c-9bb3-804d8c7e4154",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "85d9565b-04dd-4b2c-83e5-5c06c4275f5e",
"CreateDate": "2026-09-13T23:36:34.0782831-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:36:34.0782831-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "3bb61fe1-40b1-4a8f-915a-ecfdc6bb87fd",
"CreateDate": "2026-09-13T23:36:34.0782831-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T23:36:34.0782831-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": "9cf059d3-5874-47b7-9fe8-a91b95aa95be",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "557413eb-f51b-4d25-930c-bb709410c215",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "dd2f7076-6a27-481f-abb9-826e906785e4",
"CreateDate": "2026-09-13T23:36:34.0782831-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:36:34.0782831-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "080767e9-0381-4b22-9616-19fbd8d7a05e",
"CreateDate": "2026-09-13T23:36:34.0782831-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T23:36:34.0782831-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}