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": "af93beb1-6fff-4922-bf56-f00d47436f32",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "c1980e18-f366-45e0-bc48-8f4282d8fa5e",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2dc64e6f-0ae3-4bf2-a473-660d9dbe4a01",
"CreateDate": "2025-12-21T09:08:23.855051-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:08:23.855051-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "80fe8d38-3ccd-45ba-82aa-5501c547bec4",
"CreateDate": "2025-12-21T09:08:23.855051-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:08:23.855051-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": "65565b2f-7897-46d3-baef-36bdd85b7d28",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "5749ffa8-b35b-4025-bad3-6e41270b1e49",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "066fb642-5caa-47dd-ac95-7d26921ec557",
"CreateDate": "2025-12-21T09:08:23.855051-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-21T09:08:23.855051-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7139733d-d501-42a5-a4a5-2680f058cdd6",
"CreateDate": "2025-12-21T09:08:23.855051-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-21T09:08:23.855051-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}