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": "ac0511ad-c227-41e0-837d-ce904aa40c57",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "87639b1c-cc84-4d84-82c9-2bd9cf5df944",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f6c0cefa-41cb-4012-90e2-9ad1759f81ea",
"CreateDate": "2026-06-17T17:24:30.8087711-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T17:24:30.8087711-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "14bbae11-da53-458a-9aa2-dcff4276d928",
"CreateDate": "2026-06-17T17:24:30.8087711-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T17:24:30.8087711-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": "7972f7ee-523f-49a4-8878-6417f98d7b51",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "0f744d55-9b16-4869-adcd-88d531618c62",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "558f37a5-4f8f-46ce-be66-7edcb5ec62c0",
"CreateDate": "2026-06-17T17:24:30.8087711-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T17:24:30.8087711-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "832cdd74-e3c3-4eba-9932-3dade871124c",
"CreateDate": "2026-06-17T17:24:30.8087711-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T17:24:30.8087711-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}