{
"currency": "string",
"clientName": "string",
"clientCompanyName": "string",
"clientBillingAddress": "string",
"clientPhone": "string",
"clientEmail": "string",
"invoiceNumber": "string",
"invoiceDate": "string",
"dueDate": "string",
"paymentMethod": "string",
"bankName": "string",
"bankAccountNo": "string",
"onlineGatewayLink": "string",
"services": [
{
"description": "string",
"remarks": "string",
"quantity": 0,
"unitRate": "string",
"total": "string"
}
],
"taxRate": "string",
"taxValue": 0,
"subtotal": "string",
"total": "string",
"logoPath": "string",
"alignLogo": true,
"addPaymentQr": true,
"addLogoImage": true,
"businessName": "string",
"businessEmail": "string",
"businessMobile": "string",
"businessWebsite": "string",
"businessAddress": "string",
"termsAndConditions": "string",
"invoiceType": "string",
"totalValue": 0,
"totalValueLong": 0
}
curl --location --request POST 'https://gateway.storeharmony.com/cloudapi/home/createPDFInvoiceLink' \
--header 'apikey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "string",
"clientName": "string",
"clientCompanyName": "string",
"clientBillingAddress": "string",
"clientPhone": "string",
"clientEmail": "string",
"invoiceNumber": "string",
"invoiceDate": "string",
"dueDate": "string",
"paymentMethod": "string",
"bankName": "string",
"bankAccountNo": "string",
"onlineGatewayLink": "string",
"services": [
{
"description": "string",
"remarks": "string",
"quantity": 0,
"unitRate": "string",
"total": "string"
}
],
"taxRate": "string",
"taxValue": 0,
"subtotal": "string",
"total": "string",
"logoPath": "string",
"alignLogo": true,
"addPaymentQr": true,
"addLogoImage": true,
"businessName": "string",
"businessEmail": "string",
"businessMobile": "string",
"businessWebsite": "string",
"businessAddress": "string",
"termsAndConditions": "string",
"invoiceType": "string",
"totalValue": 0,
"totalValueLong": 0
}'
"string"