POST WellTestExcludeFromProductionReasonTypes
Creates a new well test exclude from production reason type.
Request Information
URI Parameters
None.
Body Parameters
Well test exclude from production reason type to create. WellTestExcludeFromProductionReasonTypeId should not be filled in.
WellTestExcludeFromProductionReasonTypeName | Description | Type | Additional 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": "c4339ca8-e6f9-4522-92bb-2d94cdbfda21", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b19a9878-66af-4e6c-9961-03b62160d9c1", "CreateDate": "2024-11-21T04:57:28.9403434-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T04:57:28.9403434-08:00", "LastModifiedUser": "sample string 5" }
Response Information
Resource Description
On success, the created well test exclude from production reason type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | WellTestExcludeFromProductionReasonType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "WellTestExcludeFromProductionReasonTypeId": "e85b896c-a42b-49f0-9788-27e6c0a42ddc", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "e0e2f916-e3c9-4f04-8387-b161624f1af2", "CreateDate": "2024-11-21T04:57:28.9403434-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-21T04:57:28.9403434-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }