GET 17.0/app/accounts/{companyid}/companyvatregistered

Description

Checks if a company is VAT registered.

URI Parameters

Name Description Type Additional information
companyId

The ID of the company to check (must be > 0).

integer

Required

None.

None.

true if the company is VAT registered, false otherwise.

boolean

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>