PUT WellTestSourceTypes
Updates the given well test source type.
Request Information
URI Parameters
None.
Body Parameters
Well test source type to update
WellTestSourceType| Name | Description | Type | Additional information |
|---|---|---|---|
| WellTestSourceTypeId | globally unique identifier |
None. |
|
| Name | string |
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:
{
"WellTestSourceTypeId": "5a1731c8-99fa-4c2b-8b3f-e6368ec766c9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5a8a78c8-53ba-4a37-896a-debd0f3bd9dd",
"CreateDate": "2026-08-24T21:33:25.0182326-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:33:25.0182326-07:00",
"LastModifiedUser": "sample string 5"
}
Response Information
Resource Description
On success, the updated well test source type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | WellTestSourceType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"WellTestSourceTypeId": "a16a3bc5-1166-4c76-a092-c21361580c9c",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d8e376cf-fc37-4ad7-a894-475fe7555811",
"CreateDate": "2026-08-24T21:33:25.0182326-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-24T21:33:25.0182326-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}