Queue an export of the client associated barcodes report
This endpoint queues an export of the client associated barcodes report. The report will be generated asynchronously and delivered via the configured delivery method.
Query parameters
Filter the list of ClientAssociatedBarcodes by site
The page to retrieve results from
Filter the list of ClientAssociatedBarcodes by created date (ISO 8601 format)
Filter the list of ClientAssociatedBarcodes by created date (ISO 8601 format)
Filter the list of ClientAssociatedBarcodes by expiry date (ISO 8601 format)
Filter the list of ClientAssociatedBarcodes by expiry date (ISO 8601 format)
Filter the list of ClientAssociatedBarcodes by whether they have an associated order
Filter the list of ClientAssociatedBarcodes by whether they have an associated payment
Filter the list of ClientAssociatedBarcodes by source
Response
The job was successfully queued
Example response
{
"data": {
"created_at": "2023-11-07T00:00:00+00:00",
"updated_at": "2023-11-07T01:00:00+00:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.