POST KeyRemita/GenerateMandate
Request Information
URI Parameters
None.
Body Parameters
RemitaMandateRequest| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.