Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"void_reason": "string",
"mark_void_payment": true
}
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/tenants//clients//invoices//void' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"void_reason": "string",
"mark_void_payment": true
}'
Modified at 2025-03-21 07:23:14