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": "33f194ca-0a89-4437-9af7-ae63f5201185",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "e6cb7fcb-1533-4d1f-8a8b-cf76e150ce2f",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e926fa17-8ba8-4810-95ee-bd15bc1ab41f",
"CreateDate": "2026-03-07T11:32:24.4268946-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-07T11:32:24.4268946-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "520acf49-eb42-4657-9fa5-7ea04cc89914",
"CreateDate": "2026-03-07T11:32:24.4268946-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-07T11:32:24.4268946-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": "8b91539d-50f8-4f40-96c0-1bef37d32dcf",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "d7874dcf-5807-4e1c-b828-20e0b189a395",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "8ec9a6e8-c5d1-4c55-843e-66301d4df853",
"CreateDate": "2026-03-07T11:32:24.4268946-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-07T11:32:24.4268946-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "fa3f1f70-edbf-4576-927a-db5aaa7adece",
"CreateDate": "2026-03-07T11:32:24.4268946-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-07T11:32:24.4268946-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}