POST api/v1/biller/create-biller

Request Information

URI Parameters

None.

Body Parameters

CreateBillerRequest
NameDescriptionTypeAdditional information
BillerCategoryId

integer

None.

BillerName

string

None.

BillerDescription

string

None.

BillerAccountNumber

string

None.

AllowCrossCurrency

boolean

None.

IsEnabledOnUssd

boolean

None.

BillerLogo

string

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,
  "BillerName": "sample string 2",
  "BillerDescription": "sample string 3",
  "BillerAccountNumber": "sample string 4",
  "AllowCrossCurrency": true,
  "IsEnabledOnUssd": true,
  "BillerLogo": "sample string 7",
  "CreatedBy": "sample string 8",
  "RequestId": "sample string 9",
  "CountryId": "sample string 10"
}

application/xml, text/xml

Sample:
<CreateBillerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">
  <CountryId>sample string 10</CountryId>
  <RequestId>sample string 9</RequestId>
  <AllowCrossCurrency>true</AllowCrossCurrency>
  <BillerAccountNumber>sample string 4</BillerAccountNumber>
  <BillerCategoryId>1</BillerCategoryId>
  <BillerDescription>sample string 3</BillerDescription>
  <BillerLogo>sample string 7</BillerLogo>
  <BillerName>sample string 2</BillerName>
  <CreatedBy>sample string 8</CreatedBy>
  <IsEnabledOnUssd>true</IsEnabledOnUssd>
</CreateBillerRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.