Create Importer of Record

Creates a new Importer of Record entry for a specific country.
Each entry must have a unique iorCode and is tied to a countryCode.

SecuritybearerAuth
Request
Request Body schema: application/json
iorCode
required
string

Unique code for the Importer of Record entry.

description
string

Human-readable description of the Importer of Record.

countryCode
required
string

Two-letter ISO country code where this Importer of Record is registered.

Responses
200

Importer of Record successfully created.

400

Invalid request.

401

The request could not be authorized.

500

The request could not be completed due to an internal error.

post/api/v1/importerofrecord
Request samples
application/json
{
  • "iorCode": "code28080001",
  • "description": "this is description for test codehashcode28080001",
  • "countryCode": "US"
}
Response samples
application/json
{
  • "id": "68afedcf556ad316aa50ccc7"
}