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": "a9cd8685-a303-4811-aaee-e1d4084b43e6",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "74ff6ce9-4e92-4096-a856-3917ff6f9723",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "1292d812-1722-4628-ae22-f979f74a5cc3",
"CreateDate": "2026-09-26T13:57:12.4307128-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:57:12.4307128-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "9b5cd352-adbd-42c0-a98c-014b46c5abb2",
"CreateDate": "2026-09-26T13:57:12.4307128-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-26T13:57:12.4307128-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": "1e8b1b8d-d719-4a48-9340-76018e5f79bc",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "5e2e96ec-8387-4c7a-9052-cb4fcc52c888",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "ea318fee-d744-4722-8ba6-885f757da588",
"CreateDate": "2026-09-26T13:57:12.4307128-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-26T13:57:12.4307128-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "3f25face-90b3-4908-b566-58ef74401874",
"CreateDate": "2026-09-26T13:57:12.4307128-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-26T13:57:12.4307128-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}