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": "8ce73af1-2c7e-44c2-8c12-e2146090798c", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "be501f7e-9ed2-45ee-9c35-e6d88fce1044", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "927256db-0d30-4c3f-848a-f98ef99332a1", "CreateDate": "2025-08-29T17:13:56.2634881-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-29T17:13:56.2634881-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "3cb05cbc-7f21-4f74-bea9-cd8a6903ffb8", "CreateDate": "2025-08-29T17:13:56.2634881-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-29T17:13:56.2634881-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": "b76c1b76-aa14-481e-bc99-6af4c1d4a1e3", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "aa85ef54-9a3e-4491-83db-fec883508cac", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "5dc951ca-7ebd-43b4-be54-fe43757f662c", "CreateDate": "2025-08-29T17:13:56.2634881-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-29T17:13:56.2634881-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "f382a547-781d-43c1-b1e0-20087399a2bd", "CreateDate": "2025-08-29T17:13:56.2634881-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-29T17:13:56.2634881-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }