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": "dd9de42e-7988-4819-b97c-e22e6e9505d8",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "eb7cabc8-4501-4827-b025-6e0e0835990b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d7c42e25-5065-429f-afb2-b1cd2a140560",
"CreateDate": "2026-08-11T22:23:14.2566706-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-11T22:23:14.2566706-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "c7b64736-39cd-42c8-9f59-08eaa8185db6",
"CreateDate": "2026-08-11T22:23:14.2566706-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-11T22:23:14.2566706-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": "37b2e73e-e961-4266-a72e-80184df59031",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "7b00d215-b1ec-4fab-8a1e-ae8baa455ff4",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6708817d-7bf7-4bb5-85d8-6cea9228b168",
"CreateDate": "2026-08-11T22:23:14.2566706-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-11T22:23:14.2566706-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "5d6450a2-e7a4-457d-b858-770c22e45d06",
"CreateDate": "2026-08-11T22:23:14.2566706-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-11T22:23:14.2566706-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}