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
integerThe unique ID of the batch.
batchStatusOptional
stringThe current processing status of the batch. Possible values: "Pending", "Processing", "Completed", "Failed", "Deleted"
valueOptional
arrayThe list of items with their tax code recommendations. This property is populated only when the batch status is "Completed".
messageOptional
stringAn optional message providing additional information about the batch.