Create data capture responses.
Documentation Index
Fetch the complete documentation index at: https://docs.nuwebgroup.com/llms.txt
Use this file to discover all available pages before exploring further.
The 'Bearer' token can be obtained from the token management interface or via the login endpoint using your admin user credentials.
The ID of the company this operation should be performed against.
Sets the preferred language for localised response content (e.g. en, fr, de). If the requested language is not supported by the company, the company fallback language will be assumed.
Request body for creating data capture responses
[
{
"answer": "Lorem ipsum.",
"fieldId": 1,
"customerId": 1,
"orderId": 1,
"eventId": null,
"orderItemId": null
},
{
"answer": [1, 2, 3],
"fieldId": 2,
"customerId": 1,
"orderId": 1,
"eventId": null,
"orderItemId": null
},
{
"answer": "Michael is interested in our Growth payment plan.",
"fieldId": 9,
"customerId": 1,
"zoneScanId": "ac35342f-6bb9-4e27-a218-f523cfc09660"
}
]Successfully saved data capture responses.