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": "429b326a-0cac-4831-af5f-2144df4fc80a",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "68c45687-aadc-4ec5-8e7d-072bf7c73884",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c06995d2-249d-48e0-9777-37fde0629e1f",
"CreateDate": "2026-06-05T07:28:22.2685603-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-05T07:28:22.2685603-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "9f1d50d6-41dc-47f4-b28b-db0552da1443",
"CreateDate": "2026-06-05T07:28:22.2685603-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-05T07:28:22.2685603-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": "4295eacd-6ef2-4ff3-a2e7-e1377b395dc6",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "19606f7a-7a76-42fe-895b-9efd04b9cdef",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0c88b060-eac1-4945-9f7b-297230d9dbc6",
"CreateDate": "2026-06-05T07:28:22.2685603-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-05T07:28:22.2685603-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "83d670f9-5bec-4b53-99ee-b8e4eecaff6a",
"CreateDate": "2026-06-05T07:28:22.2685603-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-05T07:28:22.2685603-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}