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": "95e58da4-3e1c-4604-b3d4-9c3d4c068973",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "b2015fbb-096e-4dec-a881-cbaebbcc8caf",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "b97bb821-3398-41f0-a890-ddbf1c7b61ff",
"CreateDate": "2026-09-13T23:36:58.6585245-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:36:58.6585245-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "743719d2-6f9e-4a0b-ac4b-560bd65ca4fb",
"CreateDate": "2026-09-13T23:36:58.6585245-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T23:36:58.6585245-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": "a7078009-b0f2-46a4-bb51-892ee6580160",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "d0ba199d-84f3-4e3e-9a1c-a31b5b40021d",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "06adc8af-ed3e-40f2-88ec-260f49aae1c0",
"CreateDate": "2026-09-13T23:36:58.6585245-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T23:36:58.6585245-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7aef047f-8784-441d-a6cf-6ccd5b64bbbf",
"CreateDate": "2026-09-13T23:36:58.6585245-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T23:36:58.6585245-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}