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": "a9b41201-5409-428a-b573-e5eb8d25f002",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "52866c61-5048-4bb5-b9af-27115f865c08",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "203ec2e5-5a48-4673-8d5f-3e51caf9b4df",
"CreateDate": "2026-05-13T11:17:13.0268884-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-13T11:17:13.0268884-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "c6daa86b-34ec-416f-86f2-b22f92c7da9b",
"CreateDate": "2026-05-13T11:17:13.0268884-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T11:17:13.0268884-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": "a9bf7ae9-8347-42e2-8b5a-b434c703b141",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "c3a12727-6461-4793-8c0d-5e4bc68c1567",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6b81b544-6c73-44fc-8c5b-ad747b75b0ce",
"CreateDate": "2026-05-13T11:17:13.0268884-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-13T11:17:13.0268884-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "00f6dc9c-516d-439f-89e6-ec341d0ad95d",
"CreateDate": "2026-05-13T11:17:13.0268884-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-13T11:17:13.0268884-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}