Vatstack · Example Payload

Hit Example

Retrieve the number of hits you have used for the running month and the total capacity allocated to your current subscription plan.

VATTaxValidationEUEuropeComplianceFinanceBusiness

Hit Example is an example object payload from Vatstack, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedescriptionexample

Example Payload

Raw ↑
{
  "name": "Hit",
  "description": "Retrieve the number of hits you have used for the running month and the total capacity allocated to your current subscription plan.",
  "example": {
    "supplies": {
      "capacity": 0,
      "used": 0
    },
    "validations": {
      "capacity": 0,
      "used": 0
    }
  }
}