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": "0285a0e0-6100-46c6-81a2-7ee707ca0d3c",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "5f114bb4-957b-4624-8a25-d5ab6fa794ba",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "77512504-e8fd-44b6-a35d-b183a7ec240d",
"CreateDate": "2026-07-20T14:33:21.1078241-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-20T14:33:21.1078241-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "2a55e101-8f0a-41ce-a1d9-4c4c9548f35c",
"CreateDate": "2026-07-20T14:33:21.1078241-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-20T14:33:21.1078241-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": "c6e4f7e0-b2ed-41bd-b824-24ef02ef5609",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "6273f562-365c-4c00-a620-7e729491b06b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "889da743-0a5b-4d4e-b295-5fbe1a97bd87",
"CreateDate": "2026-07-20T14:33:21.1078241-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-20T14:33:21.1078241-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7d46c4e4-539b-4875-81d3-9601ad0ad709",
"CreateDate": "2026-07-20T14:33:21.1078241-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-20T14:33:21.1078241-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}