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
string

The unique ID of this HS code classification.

companyIdOptional
integer

The unique ID of the company that owns this HS code classification.

itemIdOptional
integer

A unique code representing the item

countryOptional
string

The country for which the item is getting classified.

statusRequired
string

The status of the HS code classification

detailsOptional
string

The description for the HS code classification being created/updated.

createdAtOptional
string

The date when this record was created.

createdUserIdOptional
integer

The ID of the user who created this record.

modifiedAtOptional
string

The date/time when this record was last modified.

modifiedUserIdOptional
integer

The ID of the user who last modified this record.

completedAtOptional
string

The date/time when the request for this record was completed.