PUT TransactionsDisputesApproval
Approves/Rejets the transaction dispute.
Request Information
URI Parameters
None.
Body Parameters
The transactionDisputeApproval dto.
TransactionDisputeApprovalDtoName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Comment | string |
None. |
|
Approve | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "cd31731c-522a-44e3-a6b3-5f38158baed0", "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>cd31731c-522a-44e3-a6b3-5f38158baed0</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.