v1

latestOpenAPI 3.1.02026-07-26580123.9 KB

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

customFieldResponseIdinteger
valuestring

Example response

[
  {
    "customField": {
      "label": "string",
      "description": "string",
      "options": "string",
      "compulsory": true
    },
    "value": "string"
  }
]