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": "b28b6df4-3f32-4aa4-842f-26e719189a3a", "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>b28b6df4-3f32-4aa4-842f-26e719189a3a</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.