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": "87ff454e-063e-440b-97d3-558998f40c94",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "e4c355a5-facc-4c43-9a37-57000bc72026",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "efa7f4ec-6233-4a3f-b2b6-125069f1519b",
"CreateDate": "2025-12-13T06:16:36.4849741-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-13T06:16:36.4849741-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "1c5b29ed-3e1c-42ae-8c33-3bbcb790c2db",
"CreateDate": "2025-12-13T06:16:36.4849741-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-13T06:16:36.4849741-08: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": "f07a00cc-23a3-4ca3-877b-675b747d3684",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "dcb1a34f-be50-45f0-998c-8cf022f219b7",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "3ee4b962-5bf8-42a0-bea4-4c3e8715038b",
"CreateDate": "2025-12-13T06:16:36.4849741-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-13T06:16:36.4849741-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "f19ffe2e-3d26-41b7-84ef-42f5f7b97dac",
"CreateDate": "2025-12-13T06:16:36.4849741-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-13T06:16:36.4849741-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}