Update customer response to custom fields
put/{companyDomain}/customfieldResponses/{customFieldResponseId}
Path parameters
companyDomainstring required
Your companies Billsby subdomain - for example, if you login at widgets.billsby.com, your companyDomain is widgets
customFieldResponseIdinteger required
The unique identifier for an individual customers response to a question
Request body
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.