POST api/Bills/biller-fields
Request Information
URI Parameters
None.
Body Parameters
QrCodeBillerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| billerId | integer |
None. |
|
| paymentNetworkId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"billerId": 1,
"paymentNetworkId": 2
}
text/xml
Sample:
<QrCodeBillerDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto"> <billerId>1</billerId> <paymentNetworkId>2</paymentNetworkId> </QrCodeBillerDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |