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": "07c289e2-14c8-470c-94fd-e77439c5aca2", "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>07c289e2-14c8-470c-94fd-e77439c5aca2</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.