Update Importer of Record

Update the Importer of Record entry with new values for iorCode, description, and countryCode.

SecuritybearerAuth
Request
path Parameters
id
required
string

Unique identifier of the Importer of Record entry.

Request Body schema: application/json
iorCode
string

Updated code for the Importer of Record.

description
string

Updated description.

countryCode
string

Updated ISO country code.

Responses
200

Importer of Record successfully updated.

400

Invalid request.

401

The request could not be authorized.

500

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

put/api/v1/importerofrecord/{id}
Request samples
application/json
{
  • "iorCode": "code28080001",
  • "description": "this is description for test codehashcode28080001-u1",
  • "countryCode": "IN"
}
Response samples
application/json
{
  • "errors": [
    ]
}