POST api/v1/biller/update-biller
Request Information
URI Parameters
None.
Body Parameters
UpdateBillerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BillerCategoryId | integer |
None. |
|
| Id | integer |
None. |
|
| BillerName | string |
None. |
|
| BillerDescription | string |
None. |
|
| BillerAccountNumber | string |
None. |
|
| AllowCrossCurrency | boolean |
None. |
|
| BillerLogo | string |
None. |
|
| IsEnableOnUssd | boolean |
None. |
|
| StatusId | integer |
None. |
|
| CreatedBy | string |
None. |
|
| RequestId | string |
Required Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9.|/-]+$)) |
|
| CountryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillerCategoryId": 1,
"Id": 2,
"BillerName": "sample string 3",
"BillerDescription": "sample string 4",
"BillerAccountNumber": "sample string 5",
"AllowCrossCurrency": true,
"BillerLogo": "sample string 7",
"IsEnableOnUssd": true,
"StatusId": 9,
"CreatedBy": "sample string 10",
"RequestId": "sample string 11",
"CountryId": "sample string 12"
}
application/xml, text/xml
Sample:
<UpdateBillerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects"> <CountryId>sample string 12</CountryId> <RequestId>sample string 11</RequestId> <AllowCrossCurrency>true</AllowCrossCurrency> <BillerAccountNumber>sample string 5</BillerAccountNumber> <BillerCategoryId>1</BillerCategoryId> <BillerDescription>sample string 4</BillerDescription> <BillerLogo>sample string 7</BillerLogo> <BillerName>sample string 3</BillerName> <CreatedBy>sample string 10</CreatedBy> <Id>2</Id> <IsEnableOnUssd>true</IsEnableOnUssd> <StatusId>9</StatusId> </UpdateBillerRequest>
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.