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": "7eea218c-bf1d-4ba9-8a0e-796f96852570", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "1cc5a48f-1b28-489a-83ef-2a3b58b6afef", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "1f52ddd8-92fc-462b-9d81-ba2e31bcbf2b", "CreateDate": "2025-10-22T01:49:01.2293533-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-22T01:49:01.2293533-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "ff8a271d-4e6c-4f37-ae39-2ffdbbea8894", "CreateDate": "2025-10-22T01:49:01.2293533-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-22T01:49:01.2293533-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": "47a0fc39-c66b-4a96-94e3-489d7b5d99f8", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "f81a031e-69cb-40ae-b316-aba1e9bf5b34", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "2d225558-949f-45bb-8e41-a73fb6681aed", "CreateDate": "2025-10-22T01:49:01.2293533-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-22T01:49:01.2293533-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "ee0b9416-ab5d-4ccd-91ed-65efb9cd7171", "CreateDate": "2025-10-22T01:49:01.2293533-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-22T01:49:01.2293533-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }