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": "4b96f98a-bb4d-45b2-9715-9c916904c059",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "96db7e25-8188-44b0-957c-36a286727aa9",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e8641142-fa85-46b1-9f9b-2e72dad798fa",
"CreateDate": "2026-07-15T13:20:22.5554673-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:20:22.5554673-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "9310324d-f6f6-4836-9e55-b059d617fb50",
"CreateDate": "2026-07-15T13:20:22.5554673-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T13:20:22.5554673-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": "3738a881-ce87-4861-affa-15e021f5c48d",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "00f43bed-b92c-4b20-8984-0bcbe8575042",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "077a183d-0f06-4048-a21e-8acdcb769f7e",
"CreateDate": "2026-07-15T13:20:22.5554673-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-15T13:20:22.5554673-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "94dd1d5b-5638-484a-8e72-f7306659804d",
"CreateDate": "2026-07-15T13:20:22.5554673-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T13:20:22.5554673-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}