PUT WellTestExcludeFromProductionReasonTypes

Updates the given well test exclude from production reason type.

Request Information

URI Parameters

None.

Body Parameters

Well test exclude from production reason type to update

WellTestExcludeFromProductionReasonType
NameDescriptionTypeAdditional information
WellTestExcludeFromProductionReasonTypeId

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:
{
  "WellTestExcludeFromProductionReasonTypeId": "9a53f672-4d81-4d83-9138-52625a564c5d",
  "Name": "sample string 1",
  "SourceSystemId": "sample string 2",
  "CompanyId": "ae0fce35-de40-4bd2-95af-1c6f4861f164",
  "CreateDate": "2024-03-29T05:17:49.3403867-07:00",
  "CreateUser": "sample string 4",
  "LastModifiedDate": "2024-03-29T05:17:49.3403867-07:00",
  "LastModifiedUser": "sample string 5"
}

Response Information

Resource Description

On success, the updated well test exclude from production reason type.

NameDescriptionTypeAdditional information
Data

WellTestExcludeFromProductionReasonType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "WellTestExcludeFromProductionReasonTypeId": "60a077e7-dcab-4759-989c-9c1ac2316132",
    "Name": "sample string 1",
    "SourceSystemId": "sample string 2",
    "CompanyId": "cdf0ce89-e21b-4023-bef0-c96e7547277a",
    "CreateDate": "2024-03-29T05:17:49.3403867-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2024-03-29T05:17:49.3403867-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}