Skip to main content
PUT
/
v1
/
companies
/
{company_id}
/
reports
/
{report_id}
/
imported-good
Update Good
curl --request PUT \
  --url https://nueborder.com/api/v1/v1/companies/{company_id}/reports/{report_id}/imported-good \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "additional_information": "Goods'\'' additional information",
  "cn_code": "76090000",
  "companyID": 123,
  "createdAt": "<string>",
  "description": "Aluminium tube or pipe fittings (for example, couplings, elbows, sleeves)",
  "hs_code": "760900",
  "importer_address_city": "Declarant city",
  "importer_address_country": "BE",
  "importer_identification_number": "GR293847584930295",
  "importer_name": "Declarant CBAM",
  "internalReportID": 123,
  "item_number": 1,
  "measurement_unit": "01",
  "organizationID": 123,
  "origin_country": "TR",
  "representative_address_city": "Declarant city",
  "representative_address_country": "BE",
  "representative_identification_number": "IT293847584930295",
  "representative_name": "Representative CBAM",
  "supporting_documents": [
    {
      "binary": [
        123
      ],
      "companyID": 123,
      "country": "CA",
      "createdAt": "<string>",
      "description": "Description",
      "document_type": "GENERAL",
      "filename": "Supporting_document_01.docx",
      "internalReportID": 123,
      "issuing_auth_name": "Issuing authority name",
      "item_number": "1",
      "line_item_number": 88888,
      "mime": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
      "organizationID": 123,
      "reference_number": "01 Reference number",
      "sequence_number": 1,
      "type": "01",
      "updatedAt": "<string>",
      "updatedBy": "<string>",
      "uri": "<string>",
      "validity_end_date": "1/1/24",
      "validity_start_date": "1/1/24",
      "version": "<string>"
    }
  ],
  "updatedAt": "<string>",
  "updatedBy": "<string>",
  "version": "<string>"
}'
{
  "message": "Operation completed successfully",
  "status": 200
}

Authorizations

Authorization
string
header
required

Provide your Bearer token in the format: Bearer <your_api_key>

Path Parameters

company_id
string
required

Unique identifier for the company associated with the imported good

report_id
string
required

Unique identifier for the report associated with the imported good

Body

application/json

JSON payload containing the imported good data

Summary of Struct

additional_information
string
required

Additional Information Additional Information (Min Length: 1, Max Length: 512)

Example:

"Goods' additional information"

cn_code
string
required

This is the CN Code of the CBAM Good. It is a 2-digit code that is added in the HS code. (Min Length: 8, Max Length: 8)

Example:

"76090000"

description
string
required

This is an element that can be used in order to describe the CBAM Good. (Min Length: 1, Max Length: 512)

Example:

"Aluminium tube or pipe fittings (for example, couplings, elbows, sleeves)"

hs_code
string
required

(Min Length: 6, Max Length: 6)

Example:

"760900"

importer_address_city
string
required

The city where the importer is located. The city where the operator is located. (Min Length: 1, Max Length: 35)

Example:

"Declarant city"

importer_address_country
string
required

The country where the Importer is established (Min Length: 2, Max Length: 2)

Example:

"BE"

importer_identification_number
string
required

The Importer's Economic Operators Registration and Identification The Importer's Economic Operators Registration and Identification (EORI) Number (EORI) Number (Min Length: 1, Max Length: 17)

Example:

"GR293847584930295"

importer_name
string
required

The full name The full name (person or company) of the importer. (person or company) of the importer. (Min Length: 1, Max Length: 70)

Example:

"Declarant CBAM"

measurement_unit
string
required

The type of measurement unit of the quantity of the CBAM Good. The type of measurement unit of the quantity of the CBAM Good. The type of measurement unit of the quantity of the CBAM Good. (Min Length: 1, Max Length: 5)

Example:

"01"

origin_country
string
required

The two letter code of a country. (Min Length: 2, Max Length: 2)

Example:

"TR"

representative_address_city
string
required

The city where the Reprentative is located. (Min Length: 1, Max Length: 35)

Example:

"Declarant city"

representative_address_country
string
required

The country where the Indirect customs representative is established (Min Length: 2, Max Length: 2)

Example:

"BE"

representative_identification_number
string
required

The Representative's Economic Operators Registration and Identification The Representative's Economic Operators Registration and Identification (EORI) Number (EORI) Number (Min Length: 1, Max Length: 17)

Example:

"IT293847584930295"

representative_name
string
required

The full name The full name (person or company) of the Indirect customs representative. (person or company) of the Indirect customs representative. (Min Length: 1, Max Length: 70)

Example:

"Representative CBAM"

companyID
integer

Company identifier

createdAt
string

Creation time

internalReportID
integer

Internal report ID

item_number
integer

This element specifies the item number of every CBAM Good imported of the CBAM Report. It is a sequential number starting at 1. (Pattern: \d{1,5})

Example:

1

organizationID
integer

Organization identifier

supporting_documents
object[]

(max-occurs=99)

updatedAt
string

Last update time

updatedBy
string

Updater identifier

version
string

Report Versions

Response

The imported good was updated or inserted successfully

A standard successful API response.

message
string

A detailed success message.

Example:

"Operation completed successfully"

status
integer

HTTP status code.

Example:

200