Sync a value receipt
Find or create a value receipt by natural key (customer + product/order + dates), then populate it with current data inline. Returns the ID, status, and public URL. Posted (sealed) VRs are returned as-is without re-populating.
Authentication
AuthorizationBearer
API Key authentication using Bearer token
Request
Body
startDate
endDate
customerId
Mutually exclusive with externalCustomerId. Exactly one is required.
externalCustomerId
Mutually exclusive with customerId. Exactly one is required.
product
Mutually exclusive with orderId. Provide at most one.
orderId
Mutually exclusive with product. Provide at most one.
Response
200
id
status
publicUrlToken
publicUrl
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error