v1
latestOpenAPI 3.1.02026-07-26580123.9 KBCustom fields response
get/{companyDomain}/customfieldResponses
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
Query parameters
productIdinteger
The unique identifier of the product in the Billsby platform
customerUniqueIdstring
The unique identifier of the customer in the Billsby platform
Response
200
Example response
[
{
"customField": {
"label": "string",
"description": "string",
"options": "string",
"compulsory": true
},
"value": "string"
}
]