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": "72bfd86f-a2a5-4b1a-8822-6ba6ddd90408",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "da91902f-364e-487e-99d3-382fc9391450",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "988dcd60-07d8-4993-814c-ae2ba3a2b405",
"CreateDate": "2026-07-15T09:39:36.3043137-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T09:39:36.3043137-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "eabdb583-4304-47eb-a32d-6611f46f0896",
"CreateDate": "2026-07-15T09:39:36.3043137-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T09:39:36.3043137-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": "deb6822c-2bd4-40a1-9839-0791d2204eb0",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "09f86c77-cba5-43b2-b8a4-70964ad50a6c",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c8ed7394-5c72-4e8d-baf1-dd03e8defae5",
"CreateDate": "2026-07-15T09:39:36.3043137-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T09:39:36.3043137-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "4becec58-5c0c-4199-9b85-ff18fa9f6844",
"CreateDate": "2026-07-15T09:39:36.3043137-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T09:39:36.3043137-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}