Skip to main content
POST
/
api
/
Billing
cURL
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.

Authorizations

Authorization
string
header
required

JWT authentication header

Body

bussinessName
string | null
vat
string | null
address
string | null
addressLine2
string | null
city
string | null
zipCode
string | null
country
string | null
state
string | null
email
string | null

Response

OK

bussinessName
string | null
vat
string | null
address
string | null
addressLine2
string | null
city
string | null
zipCode
string | null
country
string | null
state
string | null
email
string | null
Last modified on May 9, 2026