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": "64fc58bd-60b5-493b-b521-69a0f1912259",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "62ff6f5b-a436-4a02-905b-e2c92b84b4a6",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9265e912-2c32-4d7a-855f-fe0bd02141a6",
"CreateDate": "2026-08-24T21:33:23.8151226-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T21:33:23.8151226-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "48e42cef-d227-4985-9ae6-d1d26fa6deab",
"CreateDate": "2026-08-24T21:33:23.8151226-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-24T21:33:23.8151226-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": "6dcaba41-ab40-4b15-b248-8f5413c2c65d",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "53fd0994-98e3-4290-a381-6f93f34fff61",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2c9a029c-edbb-432b-b0de-62257874f1f3",
"CreateDate": "2026-08-24T21:33:23.8151226-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-24T21:33:23.8151226-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "06f0d311-8b15-4795-a7c0-6fa4e4c4ede2",
"CreateDate": "2026-08-24T21:33:23.8151226-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-24T21:33:23.8151226-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}