PUT StatusTypes
Updates the given status type.
Request Information
URI Parameters
None.
Body Parameters
Status type to update
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": "3fcdf971-e1c7-4123-a642-ebcdbb6b0227", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "ab11f5cb-a69e-4646-b209-5bbe46aa92c9", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "f29a3f36-c9b6-426c-ac6f-b770323599c3", "CreateDate": "2025-07-12T13:15:02.5380683-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-12T13:15:02.5380683-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "6dcf3b40-0cd6-42e4-b758-fd96c88fd951", "CreateDate": "2025-07-12T13:15:02.5380683-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-12T13:15:02.5380683-07:00", "LastModifiedUser": "sample string 7" }
Response Information
Resource Description
On success, the updated 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": "d290b154-3a59-462a-be25-739c4676827e", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "800aff09-4bfd-47f2-b959-44ca9a897fe3", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "cf651a75-8f9e-430a-a5bd-e2e9b72e2adf", "CreateDate": "2025-07-12T13:15:02.5380683-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-12T13:15:02.5380683-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "20ff0403-8bd9-4944-a662-a2f025b8aaed", "CreateDate": "2025-07-12T13:15:02.5380683-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-12T13:15:02.5380683-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }