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": "58638a2f-652b-4d4a-b4ff-6c692d4d0bf3",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "2e53e9ae-1e8e-4fca-aad7-70a7b936be34",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "0c2480a0-4175-463c-b7c0-7c48064cd6d0",
"CreateDate": "2026-02-15T05:22:22.7662532-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-15T05:22:22.7662532-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "4a0ad96b-2607-425c-a961-b8e430f71af9",
"CreateDate": "2026-02-15T05:22:22.7662532-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-15T05:22:22.7662532-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": "4a91ce78-f0ca-4d8f-8e9d-e4c59f6ae863",
"Name": "sample string 1",
"IsProducing": true,
"IsInjecting": true,
"AssetType": {
"AssetTypeId": "ffb3332f-2b7e-4511-aa94-02db17bf0a9c",
"Name": "sample string 1",
"Description": "sample string 2",
"IsWell": true,
"DisplayColor": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "fde6e2a4-b6c1-4d15-a8f7-f9340c906d8c",
"CreateDate": "2026-02-15T05:22:22.7662532-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-15T05:22:22.7662532-08:00",
"LastModifiedUser": "sample string 8"
},
"SourceSystemId": "sample string 4",
"CompanyId": "1c89ed05-a9fd-47a3-818d-ee864332832d",
"CreateDate": "2026-02-15T05:22:22.7662532-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-15T05:22:22.7662532-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}