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": "e5ae2e1f-c36c-4d1c-9bee-fa3cc57a6524", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "ae058d06-7ec5-469a-ac1e-c51f582fed40", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d21128e6-3c17-4b9a-afef-b21da764dec0", "CreateDate": "2025-09-13T18:40:37.6694802-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:40:37.6694802-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "e92543a7-015c-4984-b3d5-b699176ba9ea", "CreateDate": "2025-09-13T18:40:37.6694802-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T18:40:37.6694802-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": "b5300b34-8d53-4313-8bb3-b7fcb86b67d8", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "db09cae9-7692-4ec4-a1af-db71f6588c10", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "776d31f8-d5ef-4027-8c2b-c580f43af768", "CreateDate": "2025-09-13T18:40:37.6694802-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:40:37.6694802-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "8f8a87f1-4212-4f51-bc32-e3c49b930f25", "CreateDate": "2025-09-13T18:40:37.6694802-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T18:40:37.6694802-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }