get https://api-sandbox.branddrive.co/api/v1/invoice/:invoiceId
Update and send invoice pdf to email
Log in to see full request history
Responses
Update and send invoice pdf to email
xxxxxxxxxx
34curl --location --request GET 'https://api.usebranddrive.com/api/v1/invoice/11' \
--data '{
"send": true,
"branchId": 15,
"issuedAt": "08-12-2021",
"currency": "NGN",
"customerId": 22,
"SONumber": "34298984",
"note": "this is my first note on this invoice",
"paymentMethods": [
"USSD",
"BANK TRANSFER",
"CARD PAYMENT",
"CASH PAYMENT"
],
"procurements": [
{
"productId": 5980,
"description": "this is product for testing",
"quantity": 2,
"price": 1000,
"isTaxAdded": true,
"type": "PRODUCT"
},
{
"serviceId": 2,
"description": "this is a service for testing",
"quantity": 1,
"price": 10000,
Try It!
to start a request and see the response here! Or choose an example: