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": "42b0927e-a978-4b7f-bc17-b3af1a7d6709",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "0fe68488-dec5-4511-9967-3f1b80b9068b",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "c4c6637b-a66e-4670-a583-fb5d58a5db02",
"CreateDate": "2026-01-26T00:55:26.5788791-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-26T00:55:26.5788791-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "ac13629d-75b1-4449-a12f-d05cdf7891ba",
"CreateDate": "2026-01-26T00:55:26.5788791-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-26T00:55:26.5788791-08: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": "b907bc3b-5d95-4fcc-bc57-214efed90265",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "c2a1ee51-14a4-492a-9075-4c56f9df6121",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "6364b645-0d16-4c91-82cb-f31eb6fa8b87",
"CreateDate": "2026-01-26T00:55:26.5788791-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-26T00:55:26.5788791-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "4cee5884-dce8-4b28-a8e1-9bc838cec045",
"CreateDate": "2026-01-26T00:55:26.5788791-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-26T00:55:26.5788791-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}