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": "41152580-963f-4335-a722-8dd41e7b77d6",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "6182b199-4ab8-4612-aca0-771cc45266e1",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0a1f6754-d8e5-4467-aaef-b720913c8778",
"CreateDate": "2025-11-17T18:53:22.827529-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-17T18:53:22.827529-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "9702f9fb-53da-46e3-9c57-c89fb4843a7d",
"CreateDate": "2025-11-17T18:53:22.827529-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T18:53:22.827529-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": "c0eb7e34-567d-4f79-93ee-16e27d08e759",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "db5352aa-6f90-45ec-a72f-b21ea3ee3e76",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "308ddcb7-9a40-40ec-847f-80fa392e7131",
"CreateDate": "2025-11-17T18:53:22.827529-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-17T18:53:22.827529-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "eb68e15f-0911-4397-9729-6438e19f4b5b",
"CreateDate": "2025-11-17T18:53:22.827529-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T18:53:22.827529-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}