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": "cd451788-2126-4350-9b50-0a8514c2c8e6", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "384ba711-3b68-4a69-84aa-8965125da50b", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "e62d96d2-5aeb-4e9c-a100-928923c939f0", "CreateDate": "2025-09-13T18:39:36.3374846-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:39:36.3374846-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "a7313542-de07-4085-8c6c-cb21574f7858", "CreateDate": "2025-09-13T18:39:36.3374846-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T18:39:36.3374846-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": "76ea3ba1-4242-4fc1-adec-9db8591fff23", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "f6347fe2-3580-4d53-9075-a9225739ff4c", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "2de3dcf7-8678-42da-8538-092a508787d3", "CreateDate": "2025-09-13T18:39:36.3374846-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T18:39:36.3374846-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "19ed77cd-1d9f-425f-bcab-023fd2590ade", "CreateDate": "2025-09-13T18:39:36.3374846-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T18:39:36.3374846-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }