PUT TransactionsDisputesApproval
Approves/Rejets the transaction dispute.
Request Information
URI Parameters
None.
Body Parameters
The transactionDisputeApproval dto.
TransactionDisputeApprovalDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Comment | string |
None. |
|
| Approve | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "2b56d669-5527-40eb-a1b7-3237f84ac9ce",
"Comment": "sample string 2",
"Approve": true
}
application/xml, text/xml
Sample:
<TransactionDisputeApprovalDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model"> <Approve>true</Approve> <Comment>sample string 2</Comment> <Id>2b56d669-5527-40eb-a1b7-3237f84ac9ce</Id> </TransactionDisputeApprovalDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.