BillerDto
biller dto
billerCodestring
Unique code identifying the biller
Example:
CR12345billerNamestring
Name of the biller
Example:
Maroc Telecomdescriptionstring
Brief description of the biller's services
Example:
the number one Provider of Internet and telecom services in MoroccologoPathstring
Path to the logo image file for the biller
Example:
/images/logos/biller_logo.pngsiteUrlstring
Website URL of the biller
Example:
https://www.iam.comcategorystring
Category of the biller
Example:
telecom_and_internetbillerTypestring
Type of the biller
debts object[]
List of associated debts
Array [
namestring
Name of the debt
Example:
Porduit entreprisecodestring
Unique debt code
Example:
debt123categorystring
Category of the debt
Example:
telecom_and_internetbillerIdstring
ID of the biller
Example:
CR123456logoPathstring
Path to the biller's logo
Example:
https://www.iam.com/logos/biller.pngbillerLabelstring
Label or name of the biller
Example:
National Telecom CompanybillerTypestring
Type of biller
Example:
Companyidinteger<int64>
Unique identifier for this debt
Example:
789refTxFatouratistring
Reference transaction for 'Fatourati' system
Example:
FTX123456]
typeOfSearchstring
The type of search
BillerDto
{
"billerCode": "CR12345",
"billerName": "Maroc Telecom",
"description": "the number one Provider of Internet and telecom services in Morocco",
"logoPath": "/images/logos/biller_logo.png",
"siteUrl": "https://www.iam.com",
"category": "telecom_and_internet",
"billerType": "string",
"debts": [
{
"name": "Porduit entreprise",
"code": "debt123",
"category": "telecom_and_internet",
"billerId": "CR123456",
"logoPath": "https://www.iam.com/logos/biller.png",
"billerLabel": "National Telecom Company",
"billerType": "Company",
"id": 789,
"refTxFatourati": "FTX123456"
}
],
"typeOfSearch": "string"
}