POST api/v1/nationalidcard/nidcollection/Danapuri
Request Information
URI Parameters
None.
Body Parameters
DanapuriRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentReferenceNumber | string |
None. |
|
| PaymentProvider | string |
None. |
|
| PaymentType | integer |
None. |
|
| PaymentMethod | integer |
None. |
|
| PaymentDateTime | string |
None. |
|
| PayerName | string |
None. |
|
| MobileNumber | string |
None. |
|
| PaymentAmount | integer |
None. |
|
| CustomerData | string |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentReferenceNumber": "sample string 1",
"PaymentProvider": "sample string 2",
"PaymentType": 3,
"PaymentMethod": 4,
"PaymentDateTime": "sample string 5",
"PayerName": "sample string 6",
"MobileNumber": "sample string 7",
"PaymentAmount": 8,
"CustomerData": "sample string 9",
"Signature": "sample string 10"
}
application/xml, text/xml
Sample:
<DanapuriRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.Models"> <CustomerData>sample string 9</CustomerData> <MobileNumber>sample string 7</MobileNumber> <PayerName>sample string 6</PayerName> <PaymentAmount>8</PaymentAmount> <PaymentDateTime>sample string 5</PaymentDateTime> <PaymentMethod>4</PaymentMethod> <PaymentProvider>sample string 2</PaymentProvider> <PaymentReferenceNumber>sample string 1</PaymentReferenceNumber> <PaymentType>3</PaymentType> <Signature>sample string 10</Signature> </DanapuriRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.