POST api/v1/channels/commit-biller-request
Request Information
URI Parameters
None.
Body Parameters
CommitChannelsBillerTransactionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BillerId | integer |
None. |
|
| ProductId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| MerchantReference | string |
None. |
|
| ReferenceNumber | string |
None. |
|
| ValidationReference | string |
Required Matching regular expression pattern: (^[ A-Za-z0-9.|/-]+$) |
|
| RequestId | string |
Required Matching regular expression pattern: (^[ A-Za-z0-9.|/-]+$) |
|
| CountryId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"BillerId": 1,
"ProductId": 2,
"Amount": 3.0,
"MerchantReference": "sample string 4",
"ReferenceNumber": "sample string 5",
"ValidationReference": "sample string 6",
"RequestId": "sample string 7",
"CountryId": "sample string 8"
}
application/xml, text/xml
Sample:
<CommitChannelsBillerTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects"> <CountryId>sample string 8</CountryId> <RequestId>sample string 7</RequestId> <Amount>3</Amount> <BillerId>1</BillerId> <MerchantReference>sample string 4</MerchantReference> <ProductId>2</ProductId> <ReferenceNumber>sample string 5</ReferenceNumber> <ValidationReference>sample string 6</ValidationReference> </CommitChannelsBillerTransactionRequest>
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.