GET api/BOS/GetMandateCategory

Request Information

URI Parameters

None.

Body Parameters

GetMandateCategoryRequestModel
NameDescriptionTypeAdditional information
consumerReferenceNumber

string

None.

mandatePurpose

string

None.

mandateEndDate

string

None.

payerName

string

None.

mandateMaxAmount

string

None.

mandateStartDate

string

None.

panNo

string

None.

mandateCategory

string

None.

payerAccountNumber

string

None.

payerAccountType

string

None.

payerBank

string

None.

payerEmail

string

None.

payerMobile

string

None.

telePhone

string

None.

payerBankIfscCode

string

None.

authenticationMode

string

None.

frequency

string

None.

npciPaymentBankCode

string

None.

schemeReferenceNumber

string

None.

RegistrationID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "consumerReferenceNumber": "sample string 1",
  "mandatePurpose": "sample string 2",
  "mandateEndDate": "sample string 3",
  "payerName": "sample string 4",
  "mandateMaxAmount": "sample string 5",
  "mandateStartDate": "sample string 6",
  "panNo": "sample string 7",
  "mandateCategory": "sample string 8",
  "payerAccountNumber": "sample string 9",
  "payerAccountType": "sample string 10",
  "payerBank": "sample string 11",
  "payerEmail": "sample string 12",
  "payerMobile": "sample string 13",
  "telePhone": "sample string 14",
  "payerBankIfscCode": "sample string 15",
  "authenticationMode": "sample string 16",
  "frequency": "sample string 17",
  "npciPaymentBankCode": "sample string 18",
  "schemeReferenceNumber": "sample string 19",
  "RegistrationID": "sample string 20"
}

text/xml

Sample:
<GetMandateCategoryRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <RegistrationID>sample string 20</RegistrationID>
  <authenticationMode>sample string 16</authenticationMode>
  <consumerReferenceNumber>sample string 1</consumerReferenceNumber>
  <frequency>sample string 17</frequency>
  <mandateCategory>sample string 8</mandateCategory>
  <mandateEndDate>sample string 3</mandateEndDate>
  <mandateMaxAmount>sample string 5</mandateMaxAmount>
  <mandatePurpose>sample string 2</mandatePurpose>
  <mandateStartDate>sample string 6</mandateStartDate>
  <npciPaymentBankCode>sample string 18</npciPaymentBankCode>
  <panNo>sample string 7</panNo>
  <payerAccountNumber>sample string 9</payerAccountNumber>
  <payerAccountType>sample string 10</payerAccountType>
  <payerBank>sample string 11</payerBank>
  <payerBankIfscCode>sample string 15</payerBankIfscCode>
  <payerEmail>sample string 12</payerEmail>
  <payerMobile>sample string 13</payerMobile>
  <payerName>sample string 4</payerName>
  <schemeReferenceNumber>sample string 19</schemeReferenceNumber>
  <telePhone>sample string 14</telePhone>
</GetMandateCategoryRequestModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetMandateCategoryRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.