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": "610725b3-949f-4c79-a844-ecb648c925d9", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "1906e728-8056-4252-9993-28d5a3818179", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "ac036e0d-646c-40ae-88fc-ef9e04f2dd78", "CreateDate": "2025-06-02T14:49:19.2189235-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T14:49:19.2189235-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "a317f39b-620a-40a3-87b6-800212a42899", "CreateDate": "2025-06-02T14:49:19.2189235-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T14:49:19.2189235-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": "f0677658-ea6c-4412-b48c-8210ea116581", "Name": "sample string 1", "IsProducing": true, "IsInjecting": true, "AssetType": { "AssetTypeId": "c8355ace-0b45-4657-be09-40da70f9cdff", "Name": "sample string 1", "Description": "sample string 2", "IsWell": true, "DisplayColor": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "17d683de-6253-48e0-bc78-cfa6aa525f2e", "CreateDate": "2025-06-02T14:49:19.2189235-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T14:49:19.2189235-07:00", "LastModifiedUser": "sample string 8" }, "SourceSystemId": "sample string 4", "CompanyId": "3de0af63-7e99-4915-93d2-e72dd5cb71a8", "CreateDate": "2025-06-02T14:49:19.2189235-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T14:49:19.2189235-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }