Create a refund for the given vendor credit.
Vendor Credits Refunds
Create a refund for the given vendor credit.
POST
Create a refund for the given vendor credit.
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 amount of the refund
Example:
100
The exchange rate of the refund
Example:
1
The id of the deposit account
Example:
1
The description of the refund
Example:
"Refund for vendor credit"
The date of the refund
Example:
"2021-01-01"
The id of the branch
Example:
1
Response
201 - undefined