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": "af508789-d4d2-4a02-aeab-0e89fafbd1dc",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "425c2cb3-1f48-467d-b94b-3f7beee68553",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "d92a9cd3-47d7-4ec1-b627-be7b93e31f49",
"CreateDate": "2026-08-04T17:25:09.2471074-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:25:09.2471074-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "04087f13-8489-4dfd-8471-94aaa6ed55cd",
"CreateDate": "2026-08-04T17:25:09.2471074-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:25:09.2471074-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": "fcd10c3a-c619-4e3c-86fd-9ccb112f7043",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "4dac5bd3-ebfb-4a19-a659-a16f0af68e47",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "e4678e70-1cf3-4ca3-aa9f-a4c70729ecaf",
"CreateDate": "2026-08-04T17:25:09.2471074-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-04T17:25:09.2471074-07:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "d2e0f4bc-52f2-4eb5-81bf-26fcf51825ec",
"CreateDate": "2026-08-04T17:25:09.2471074-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-04T17:25:09.2471074-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}