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": "13bc9fe7-acfd-4570-97ae-572c8f5b7f05",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "ece0f4fd-fd1a-4557-971f-2319a850020c",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "cab7e794-ac3e-40f8-a799-4668aed487d0",
"CreateDate": "2025-12-17T01:43:35.4425761-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T01:43:35.4425761-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "28d4a326-1a30-4725-9c45-0b344c56fdf2",
"CreateDate": "2025-12-17T01:43:35.4425761-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T01:43:35.4425761-08: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": "e6d53a13-53e0-4f70-b8df-3b2714ebaef5",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "4ada4abb-10ae-493a-80d5-758979015a28",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0fb3de56-f0b5-44b6-af9f-2c25b2526e78",
"CreateDate": "2025-12-17T01:43:35.4425761-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-17T01:43:35.4425761-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "fc5317a6-51e6-4e0b-bd63-857d390bc367",
"CreateDate": "2025-12-17T01:43:35.4425761-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-17T01:43:35.4425761-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}