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": "2b40d477-b12b-4917-a087-8f3f14c854f0",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "ee8c6d1a-a97f-4f27-b553-f723ec21623a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "4b544b24-99ec-499e-85c7-a4bece0f5ef5",
"CreateDate": "2025-10-13T15:29:46.1682372-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-13T15:29:46.1682372-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "ec07724d-dce4-407c-8af0-2cd12906e1cb",
"CreateDate": "2025-10-13T15:29:46.1682372-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-13T15:29:46.1682372-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": "221891a9-23ac-4762-9f65-3700a002009f",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "7e42d38a-5c59-455d-921f-e55c3d6244d0",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "82063c4c-e0bb-48aa-974c-84fada00bc98",
"CreateDate": "2025-10-13T15:29:46.1682372-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-10-13T15:29:46.1682372-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "b315a00b-4365-4675-8e29-3345f21c0adb",
"CreateDate": "2025-10-13T15:29:46.1682372-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-10-13T15:29:46.1682372-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}