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": "363e8388-588d-4bfe-bbc9-180264dbc907",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "acc7b5d0-7f63-470f-ab78-9fef4a282c3a",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "1493b20f-da2a-4540-aace-a95b00861ab1",
"CreateDate": "2026-03-29T02:54:33.5087496-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-29T02:54:33.5087496-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "d3241841-a1c0-4817-a9e3-e69fe43affad",
"CreateDate": "2026-03-29T02:54:33.5087496-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-29T02:54:33.5087496-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": "aa354a95-507d-4c0b-a0d8-9e83bc3d19bc",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "98888ef2-94b9-4162-9c21-fcc733a5a4e4",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "421fde2c-cd4d-4d4e-bcde-1b88dfa6c661",
"CreateDate": "2026-03-29T02:54:33.5243679-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-29T02:54:33.5243679-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "7f5303ba-04ae-4b6a-b145-8e2050a1e952",
"CreateDate": "2026-03-29T02:54:33.5243679-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-29T02:54:33.5243679-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}