Skip to main content
POST
/
clients
/
{clientId}
/
credit-notes
/
{creditNoteId}
/
sync
Push credit note to accounting provider
curl --request POST \
  --url https://api.sandbox.flowpayroll.ai/v1/billing/clients/{clientId}/credit-notes/{creditNoteId}/sync \
  --header 'X-Auth-Token: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-Auth-Token
string
header
required

Authentication token for API access

Path Parameters

clientId
string
required
creditNoteId
string
required

Response

200

OK