curl --request POST \
--url https://api.example.com/api/Billing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bussinessName": "<string>",
"vat": "<string>",
"address": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>",
"state": "<string>",
"email": "<string>"
}
'{
"bussinessName": "<string>",
"vat": "<string>",
"address": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>",
"state": "<string>",
"email": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.hackgate.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT authentication header
Was this page helpful?
curl --request POST \
--url https://api.example.com/api/Billing \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"bussinessName": "<string>",
"vat": "<string>",
"address": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>",
"state": "<string>",
"email": "<string>"
}
'{
"bussinessName": "<string>",
"vat": "<string>",
"address": "<string>",
"addressLine2": "<string>",
"city": "<string>",
"zipCode": "<string>",
"country": "<string>",
"state": "<string>",
"email": "<string>"
}