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": "ba4fc096-5848-4552-b926-a6f40d4b3f50",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "a681b4da-3432-425f-8fb5-75ccd0f5b632",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6e8d351d-0220-47da-b256-3cb32e743525",
"CreateDate": "2026-05-11T12:17:23.2303902-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-11T12:17:23.2303902-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7030f345-75b8-4200-82c3-de8a4ed6bbf8",
"CreateDate": "2026-05-11T12:17:23.2303902-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-11T12:17:23.2303902-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": "a310be4d-a9e7-46d5-98ba-cd860e75018b",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "5212d8d0-34f9-4fb4-b130-2ecdca36fede",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "13566aeb-0cf5-436b-9917-c6ec52e9b0ec",
"CreateDate": "2026-05-11T12:17:23.2303902-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-11T12:17:23.2303902-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "8f344dd2-f7f2-4db9-99e9-b0535bf675ba",
"CreateDate": "2026-05-11T12:17:23.2303902-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-11T12:17:23.2303902-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}