Exemption Certificate Management
CertCapture RESTful APIs
ActiveCertificateModel
Certificate with exemption reason and exposure zone. This is exposed in the URL's $includes.
Parameters
idOptional
integerThe unique ID number of this certificate.
createdOptional
stringThe date/time when this certificate was created.
modifiedOptional
stringThe date/time when this certificate was last modified.
expectedTaxNumberOptional
stringThe expected tax number for this certificate.
actualTaxNumberOptional
stringThe actual tax number for this certificate.
exposureZoneOptional
ExposureZoneModelThe exposure zone where this certificate is valid.
expectedTaxCodeOptional
ExemptionReasonModelThe expected tax code for this certificate.
actualTaxCodeOptional
ExemptionReasonModelThe actual tax code for this certificate.
certificateOptional
CertificateModelThe associated certificate.