Exemption Certificate Management

CertCapture RESTful APIs

ItemTaxcodeRecommendationBatchStatusOutputModel

Represents the output model containing the status and results of a tax code recommendation batch.

This model is used in the following APIs:

Parameters
batchIdOptional
integer

The unique ID of the batch.

batchStatusOptional
string

The current processing status of the batch. Possible values: "Pending", "Processing", "Completed", "Failed", "Deleted"

valueOptional
array

The list of items with their tax code recommendations. This property is populated only when the batch status is "Completed".

messageOptional
string

An optional message providing additional information about the batch.