POST StatusTypes
Creates a new status type.
Request Information
URI Parameters
None.
Body Parameters
Status type to create. StatusTypeId should not be filled in.
StatusTypeName | 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": "b2ee797a-06d0-4dc2-b4f3-310532e4c22b", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "17edf4d0-58de-4261-a869-7ced0d8858dc", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "0e728c41-c8b1-4350-9364-906621a9b308", "CreateDate": "2025-07-18T23:27:33.6594663-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-18T23:27:33.6594663-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "0272d56e-d0f5-4424-8be2-d354a09c4202", "CreateDate": "2025-07-18T23:27:33.6594663-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-18T23:27:33.6594663-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": "e26373fb-19f5-4f81-af67-9c76d1d0452d", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "1cf4a4f6-7e14-4fc6-9bcf-8b9753c66fa2", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "41751dec-9594-4ef4-aaaf-4d9e0c5f3920", "CreateDate": "2025-07-18T23:27:33.6594663-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-18T23:27:33.6594663-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "b1367399-a9ec-48d5-b1aa-a310dc174f06", "CreateDate": "2025-07-18T23:27:33.6594663-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-18T23:27:33.6594663-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }