Get a list of Exemption Certificate previously saved in TaxCloud for a particular customerID
POST https://api.taxcloud.net/1.0/TaxCloud/GetExemptCertificates
The request body takes a complete GetExemptCertificates resource, containing the following writable properties:
{
"apiKey": "string",
"apiLoginID": "string",
"customerID": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
apiKey | string |
Find your API KEY via https://taxcloud.com/go/stores/ |
|
apiLoginID | string |
Find your API ID via https://taxcloud.com/go/stores/ |
|
customerID | string |
This should be the abstract identifier used by your system to uniquely identify customers. Note: This should not be your customer's email address or any other form of Personally Identifiable Information (PII). |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
GetExemptCertificatesResponse |