POST KeyRemita/GenerateMandate

Request Information

URI Parameters

None.

Body Parameters

RemitaMandateRequest
NameDescriptionTypeAdditional information
PayerName

string

None.

PayerEmail

string

None.

PayerPhone

string

None.

PayerBankCode

string

None.

PayerAccount

string

None.

Amount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PayerName": "sample string 1",
  "PayerEmail": "sample string 2",
  "PayerPhone": "sample string 3",
  "PayerBankCode": "sample string 4",
  "PayerAccount": "sample string 5",
  "Amount": 6.0
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.