PUT StatusTypes
Updates the given status type.
Request Information
URI Parameters
None.
Body Parameters
Status type to update
StatusType| Name | 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": "3fb2ed6f-ae59-4367-95db-af489735bfa6",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "469e4acd-2440-4f5c-99d8-4d3b540fe06f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "adfff531-120c-4f93-adad-e8e94667e8ea",
"CreateDate": "2025-10-28T00:34:18.1527663-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-28T00:34:18.1527663-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "2b6435b3-51ff-4dd8-ac1a-a7797b49d85c",
"CreateDate": "2025-10-28T00:34:18.1527663-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-28T00:34:18.1527663-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": "93f0b3c3-6cef-4fd1-8b20-1ccd6985b045",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "d8805329-6006-43a6-a833-5dd8a51c2c63",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b9d23e37-0ae9-48e5-9b7c-0b8d6471edc1",
"CreateDate": "2025-10-28T00:34:18.1527663-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-28T00:34:18.1527663-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "59dd344e-6b9e-4fa7-b62d-782b7c7a0d7b",
"CreateDate": "2025-10-28T00:34:18.1527663-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-28T00:34:18.1527663-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}