POST api/MultiChoice/DeclineMultichoicePayment

Request Information

URI Parameters

None.

Body Parameters

ApproveMultichoiceparam
NameDescriptionTypeAdditional information
LogID

string

None.

EnthrustToken

string

None.

Comment

string

None.

Tokentype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LogID": "sample string 1",
  "EnthrustToken": "sample string 2",
  "Comment": "sample string 3",
  "Tokentype": "sample string 4"
}

application/xml, text/xml

Sample:
<ApproveMultichoiceparam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.RequestObjs">
  <Comment>sample string 3</Comment>
  <EnthrustToken>sample string 2</EnthrustToken>
  <LogID>sample string 1</LogID>
  <Tokentype>sample string 4</Tokentype>
</ApproveMultichoiceparam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MultichoiceResponsedata
NameDescriptionTypeAdditional information
Responsecode

string

None.

ResponseDescription

string

None.

MultichPaymentResponse

MultichPayntData

None.

Response Formats

application/json, text/json

Sample:
{
  "Responsecode": "sample string 1",
  "ResponseDescription": "sample string 2",
  "MultichPaymentResponse": {
    "message": "sample string 1",
    "amount": "sample string 2",
    "transactionRef": "sample string 3",
    "transactionNo": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<MultichoiceResponsedata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CorporateAPI.ResponseObjs">
  <MultichPaymentResponse>
    <amount>sample string 2</amount>
    <message>sample string 1</message>
    <transactionNo>sample string 4</transactionNo>
    <transactionRef>sample string 3</transactionRef>
  </MultichPaymentResponse>
  <ResponseDescription>sample string 2</ResponseDescription>
  <Responsecode>sample string 1</Responsecode>
</MultichoiceResponsedata>