latestOpenAPI 3.0.12026-08-192092911.2 MB

916e669fc527

ReferenceData

Get a VAT code by its id

Get a VAT code by its id (required scope stock:read)

get/v1/vatCodes/{vatCodeId}

Path parameters

vatCodeIdinteger required

The unique identifer of the VAT code

Headers

Customer-Idinteger required

The customer identifier

Response

OK

idinteger

The unique identifier of the VAT code

codestring

The VAT code

ratenumber double

The VAT tax rate of the current period

isDomesticReverseChargedboolean

Is domestic reverse-charge applied

descriptionstring

Description of the code

endsAtstring date-time nullable

The date the VAT code period ends, null if there is no future period

createdAtstring date-time

The UTC timestamp of when this nominal code was created

Example response

{
  "id": 5514123,
  "code": "T01",
  "description": "Nominal code for roofing work",
  "createdAt": "2022-11-29T16:50:16.0000000+00:00"
}