Exemption Certificate Management
CertCapture RESTful APIs
ItemHSCodeClassificationStatusModel
Represent HS code classification for a given item.
This model is used in the following APIs:
Parameters
idOptional
stringThe unique ID of this HS code classification.
companyIdOptional
integerThe unique ID of the company that owns this HS code classification.
itemIdOptional
integerA unique code representing the item
countryOptional
stringThe country for which the item is getting classified.
statusRequired
stringThe status of the HS code classification
detailsOptional
stringThe description for the HS code classification being created/updated.
createdAtOptional
stringThe date when this record was created.
createdUserIdOptional
integerThe ID of the user who created this record.
modifiedAtOptional
stringThe date/time when this record was last modified.
modifiedUserIdOptional
integerThe ID of the user who last modified this record.
completedAtOptional
stringThe date/time when the request for this record was completed.