POST api/AOP/Enach/V1/eMandate/Callback

Request Information

URI Parameters

None.

Body Parameters

ENachEMandateCallBackResponse
NameDescriptionTypeAdditional information
id

string

None.

accptd

string

None.

accpt_ref_no

string

None.

reason_code

string

None.

reason_desc

string

None.

reject_by

string

None.

npci_ref

string

None.

credit_datetime

string

None.

umrn

string

None.

auth_type

string

None.

reference_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "accptd": "sample string 2",
  "accpt_ref_no": "sample string 3",
  "reason_code": "sample string 4",
  "reason_desc": "sample string 5",
  "reject_by": "sample string 6",
  "npci_ref": "sample string 7",
  "credit_datetime": "sample string 8",
  "umrn": "sample string 9",
  "auth_type": "sample string 10",
  "reference_id": "sample string 11"
}

text/xml

Sample:
<ENachEMandateCallBackResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <accpt_ref_no>sample string 3</accpt_ref_no>
  <accptd>sample string 2</accptd>
  <auth_type>sample string 10</auth_type>
  <credit_datetime>sample string 8</credit_datetime>
  <id>sample string 1</id>
  <npci_ref>sample string 7</npci_ref>
  <reason_code>sample string 4</reason_code>
  <reason_desc>sample string 5</reason_desc>
  <reference_id>sample string 11</reference_id>
  <reject_by>sample string 6</reject_by>
  <umrn>sample string 9</umrn>
</ENachEMandateCallBackResponse>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.