POST api/BOS/GetMakePayment
Request Information
URI Parameters
None.
Body Parameters
GetMakePaymentRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | string |
None. |
|
| Amount | decimal number |
None. |
|
| DepositBankName | string |
None. |
|
| PaymentMode | string |
None. |
|
| TransactionID | string |
None. |
|
| DcoumentPath | string |
None. |
|
| Remarks | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegistrationId": "sample string 1",
"Amount": 2.0,
"DepositBankName": "sample string 3",
"PaymentMode": "sample string 4",
"TransactionID": "sample string 5",
"DcoumentPath": "sample string 6",
"Remarks": "sample string 7",
"CompanyCode": "sample string 8"
}
text/xml
Sample:
<GetMakePaymentRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <Amount>2</Amount> <CompanyCode>sample string 8</CompanyCode> <DcoumentPath>sample string 6</DcoumentPath> <DepositBankName>sample string 3</DepositBankName> <PaymentMode>sample string 4</PaymentMode> <RegistrationId>sample string 1</RegistrationId> <Remarks>sample string 7</Remarks> <TransactionID>sample string 5</TransactionID> </GetMakePaymentRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.