Skip to content
Last updated

InvoiceDetails

Fields

FieldDescriptionTypeMin/maxNotes
TPA_Extensions/
InvoiceDetails
Special identifying information for Brazilian properties, issued by the Brazilian tax authority. Used for invoicing.object0..1Required for Brazilian properties. Note that Brazilian tax details are not applied immediately. You can verify the updated details using the GET property settings endpoint after a short delay.
InvoiceDetails/InvoiceTaxType/
@Type
Specifies whether the identifying number belongs to a company or a private individual.enum1..1Accepts: CNPJ (company), CPF (private individual).
InvoiceDetails/InvoiceTaxNumber/
@Code
The identifying number.string1..1Length depends on value of InvoiceTaxType[@Type]. CNPJ = 14 digits. CPF = 11 digits.
InvoiceDetails/InvoiceAddress/
@Email
Email address of invoice recipient.string1..1-
InvoiceDetails/CityHallInfo/
CityHallInfo[@Id]
The 8-digit ID for the city hall which issued the CNPJ or CPF number.string1..1-
InvoiceDetails/BirthDate/
@Date
Date of birth of the individual providing the CPF number.string0..1Format: YYYY-MM-DD. Required if InvoiceTaxType[@Type="CPF"].

XML

<InvoiceDetails>
  <InvoiceTaxType Type="CPF"/>
  <InvoiceTaxNumber Code="01234567894123" />
  <InvoiceAddress Email="noreply@booking.com" />
  <CityHallInfo Id="12345678" />
  <BirthDate Date="1980-01-30" />
</InvoiceDetails>