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": "5682533b-4c2c-45c7-b892-0539e0894221",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "7ae3cf44-a2cc-4f0b-8f57-933cca418830",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "2779c2cf-2352-4597-8f6e-22873a9763cd",
"CreateDate": "2026-05-16T04:49:35.8565995-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-16T04:49:35.8565995-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "45cbc99f-08b5-4da4-9786-285f48bccde4",
"CreateDate": "2026-05-16T04:49:35.8565995-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-16T04:49:35.8565995-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": "5d76255f-562b-48f8-91e1-c5ce2c553c20",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "68a72560-9757-4f4e-837f-fe0f575dda46",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9ee6e026-5605-40a8-bcff-d9441853059f",
"CreateDate": "2026-05-16T04:49:35.8565995-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-16T04:49:35.8565995-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "078b4c99-665b-4c3a-81fc-df65e1243eae",
"CreateDate": "2026-05-16T04:49:35.8565995-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-16T04:49:35.8565995-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}