With Stock & Trace, you can apply extra charges that need to be billed to your customers.
Add extra charge
POST /billing/api/v2/billing/extraCharges
Body Example
{
"account": "BYD",
"warehouse": "PATIO 2",
"reference": "reference value",
"notes": "Long text",
"invoiceDate": "2025-03-05",
"extraCharges": [
{
"extraCharge": "Gasolina",
"quantity": 1,
"cost": 200
}
]
}Response Example
200 OK
{
"extraCharges": [
{
"id": 11
}
]
}
Considerations
- Creation permission: The authenticated user must have the following permissions under "Company extra charge": Show default cost within the dialog "Add extra charges".
- Access to warehouse and account: The authenticated user must have permissions for the warehouse and the account where the additional charges will be added.
Comments
0 comments
Please sign in to leave a comment.