POST api/IdealPartner/ClientClaimConfirmation
Request Information
URI Parameters
None.
Body Parameters
clsPayoutConfirmRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| ClaimAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": 1,
"ClaimAmount": 1.0
}
application/xml, text/xml
Sample:
<clsPayoutConfirmRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <ClaimAmount>1</ClaimAmount> <ClientId>1</ClientId> </clsPayoutConfirmRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
clsPayoutConfirmResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| responseCode | integer |
None. |
|
| responseMessage | string |
None. |
|
| CliamRequestId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseCode": 1,
"responseMessage": "sample string 2",
"CliamRequestId": 3
}
application/xml, text/xml
Sample:
<clsPayoutConfirmResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity"> <CliamRequestId>3</CliamRequestId> <responseCode>1</responseCode> <responseMessage>sample string 2</responseMessage> </clsPayoutConfirmResponse>