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": "c0f08acb-7ef0-4c5d-b38d-854546f75dee",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "2dfe9c26-1bcd-46fc-a2ed-b622f66713aa",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2ded48dc-3e56-4a14-9b27-60eae4ba9f9f",
"CreateDate": "2025-12-17T01:42:50.4977703-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T01:42:50.4977703-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "348650cc-7d0d-4cc8-9679-651dc593fcaf",
"CreateDate": "2025-12-17T01:42:50.4977703-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T01:42:50.4977703-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": "3d1aacaa-3b38-4e17-9a2f-20557df6e4f4",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "90d2d515-2abc-4d6a-bf5c-f1795474e64d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "a357f083-4fda-46cf-befa-7b84fd1d71ba",
"CreateDate": "2025-12-17T01:42:50.4977703-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T01:42:50.4977703-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "e46cc719-722f-44e9-8921-b37afc6096dc",
"CreateDate": "2025-12-17T01:42:50.4977703-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T01:42:50.4977703-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}