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": "24c80753-a1b1-4b86-9ffa-644e77335234",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "4161de85-b2ad-4a4e-a077-6cc2aac2db9a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6761e6f4-705a-45c0-80f0-f95f3dd1a984",
"CreateDate": "2026-09-17T15:34:18.866327-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-17T15:34:18.866327-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "843b14bf-92bd-465f-a04f-6ffbf1a9ed73",
"CreateDate": "2026-09-17T15:34:18.866327-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T15:34:18.866327-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": "7e485550-abee-4885-8fd5-ff4499572e60",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "4a441094-d53f-49ad-816a-a33d9205a7d9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "77b93795-bb3b-4f53-bb52-79fe272be53c",
"CreateDate": "2026-09-17T15:34:18.866327-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-17T15:34:18.866327-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "24ae9c5f-9418-4517-a7cc-509e77431af3",
"CreateDate": "2026-09-17T15:34:18.866327-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-17T15:34:18.866327-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}