POST api/GODIGIT/PaymentReverseUpdate
Request Information
URI Parameters
None.
Body Parameters
PaymentReverseUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| TPAClaimID | string |
None. |
|
| IsAgreedWithFHPL | boolean |
None. |
|
| IsDisagreeWithFHPL | boolean |
None. |
|
| IsQueryrequired | boolean |
None. |
|
| Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TPAClaimID": "sample string 1",
"IsAgreedWithFHPL": true,
"IsDisagreeWithFHPL": true,
"IsQueryrequired": true,
"Remarks": "sample string 5"
}
application/xml, text/xml
Sample:
<PaymentReverseUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Go_Digit_API_new.Controllers"> <IsAgreedWithFHPL>true</IsAgreedWithFHPL> <IsDisagreeWithFHPL>true</IsDisagreeWithFHPL> <IsQueryrequired>true</IsQueryrequired> <Remarks>sample string 5</Remarks> <TPAClaimID>sample string 1</TPAClaimID> </PaymentReverseUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |