Create a refund for the given credit note.
Credit Note Refunds
Create a refund for the given credit note.
POST
Create a refund for the given credit note.
Documentation Index
Fetch the complete documentation index at: https://docs.bigcapital.app/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Value must be 'Bearer ' where is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
Body
application/json
The id of the from account
Example:
1
The amount of the credit note refund
Example:
100
The exchange rate of the credit note refund
Example:
1
The reference number of the credit note refund
Example:
"123456"
The description of the credit note refund
Example:
"Credit note refund"
The date of the credit note refund
Example:
"2021-01-01"
The id of the branch
Example:
1
Response
201 - undefined