Custom 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"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.