Skip to content

Interu API (v2_28)

Download OpenAPI description
Languages
Servers
Mock server
https://developer.interu.io/_mock/reference/api/
UAT
https://api.uat.interu.io/

Validation

Apis related to Validation.

Operations

Base Units

Apis related to Base Units.

Operations

Country List

Apis related to Country List.

Operations

Standards

Apis related to Standards.

Operations

Document Types

Apis related to Document Types.

Operations

Location Types

Apis related to Location Types.

Operations

Process Types

Apis related to Process Types.

Operations

Attachments

Apis related to Attachments.

Operations

Documents

Apis related to Documents.

Operations

EUDR

Apis related to EUDR and Due Diligence Statement Submission.

Operations

Retrieve Generated/Updated Due Diligence Statement

Request

Retrieves an existing EUDR DDS Statement.

Security
ApiKeyAuth
Path
referenceIdstringrequired
orgIdstringrequired

The organisation identity

curl -i -X GET \
  'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The request has succeeded.

Bodyapplication/json
versionintegerrequired
operatorTypestring(Integrations.Eudr.OperatorType)
Value"OPERATOR"
activityTypestring
Enum"IMPORT""EXPORT""DOMESTIC"
countryOfActivitystring
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
borderCrossCountrystring
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
commoditiesArray of objects(Integrations.Eudr.Commodity)
commentstring
geoLocationConfidentialboolean

IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information.

associatedStatementsArray of objects(Integrations.Eudr.AssociatedStatement)
idstring

System assigned id field.

createdBystring

User who created the record.

createdTimestring(date-time)

Date & Time that the record was created.

updatedBystring

Last updated by user.

updatedTimestring(date-time)

Date & Time that the record was last updated.

Response
application/json
{ "version": 0, "operatorType": "OPERATOR", "activityType": "IMPORT", "countryOfActivity": "AT", "borderCrossCountry": "AT", "commodities": [ {} ], "comment": "string", "geoLocationConfidential": true, "associatedStatements": [ {} ], "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }

Update DDS Statement

Request

Updates the non-derived fields that are part of the DDS Statement.

Security
ApiKeyAuth
Path
referenceIdstringrequired
orgIdstringrequired

The organisation identity

Headers
contentTypestringrequired
Default application/json
Bodyapplication/jsonrequired
countryOfActivitystring(Shared.EuCountryCode)
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
borderCrossCountrystring(Shared.EuCountryCode)
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
commoditiesArray of objects(Integrations.Eudr.CommodityUpdateItem)
commentstring
geoLocationConfidentialboolean
associatedStatementsArray of objects(Integrations.Eudr.AssociatedStatement)
curl -i -X PATCH \
  'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements' \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -H 'contentType: application/json' \
  -d '{
    "countryOfActivity": "AT",
    "borderCrossCountry": "AT",
    "commodities": [
      {
        "productUri": "/organisations/{orgId}/products/{productId}",
        "statedVolume": 0,
        "statedNetWeight": 0
      }
    ],
    "comment": "string",
    "geoLocationConfidential": true,
    "associatedStatements": [
      {
        "referenceNumber": "string",
        "verificationNumber": "string"
      }
    ]
  }'

Responses

The request has succeeded.

Bodyapplication/json
versionintegerrequired
operatorTypestring(Integrations.Eudr.OperatorType)
Value"OPERATOR"
activityTypestring
Enum"IMPORT""EXPORT""DOMESTIC"
countryOfActivitystring
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
borderCrossCountrystring
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
commoditiesArray of objects(Integrations.Eudr.Commodity)
commentstring
geoLocationConfidentialboolean

IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information.

associatedStatementsArray of objects(Integrations.Eudr.AssociatedStatement)
idstring

System assigned id field.

createdBystring

User who created the record.

createdTimestring(date-time)

Date & Time that the record was created.

updatedBystring

Last updated by user.

updatedTimestring(date-time)

Date & Time that the record was last updated.

Response
application/json
{ "version": 0, "operatorType": "OPERATOR", "activityType": "IMPORT", "countryOfActivity": "AT", "borderCrossCountry": "AT", "commodities": [ {} ], "comment": "string", "geoLocationConfidential": true, "associatedStatements": [ {} ], "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }

Regenerate Due Diligence Statement

Request

Regenerate the Due Diligence Statement. It will undo any specific updates as it rebuilds from the attached records.

Security
ApiKeyAuth
Path
referenceIdstringrequired
orgIdstringrequired

The organisation identity

curl -i -X POST \
  'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements/regenerate' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The request has succeeded.

Bodyapplication/json
versionintegerrequired
operatorTypestring(Integrations.Eudr.OperatorType)
Value"OPERATOR"
activityTypestring
Enum"IMPORT""EXPORT""DOMESTIC"
countryOfActivitystring
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
borderCrossCountrystring
Enum"AT""BE""BG""HR""CY""CZ""DK""EE""FI""FR"
commoditiesArray of objects(Integrations.Eudr.Commodity)
commentstring
geoLocationConfidentialboolean

IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information.

associatedStatementsArray of objects(Integrations.Eudr.AssociatedStatement)
idstring

System assigned id field.

createdBystring

User who created the record.

createdTimestring(date-time)

Date & Time that the record was created.

updatedBystring

Last updated by user.

updatedTimestring(date-time)

Date & Time that the record was last updated.

Response
application/json
{ "version": 0, "operatorType": "OPERATOR", "activityType": "IMPORT", "countryOfActivity": "AT", "borderCrossCountry": "AT", "commodities": [ {} ], "comment": "string", "geoLocationConfidential": true, "associatedStatements": [ {} ], "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }

Connections

Apis related to Connections.

Operations

Locations

Apis related to Locations.

Operations

Materials

Apis related to Materials.

Operations

Products

Apis related to Products.

Operations

Deliveries

Apis related to Deliveries.

Operations

Items

Apis related to Items.

Operations

Orders

Apis related to Orders.

Operations

Processes

Apis related to Processes.

Operations

Outbound Delivery Workflow

Operations