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

Add Direct Record(s)

Request

Creates an EUDR DDS Reference.

Security
ApiKeyAuth
Path
referenceIdstringrequired
orgIdstringrequired

The organisation identity

Headers
contentTypestringrequired
Default application/json
Bodyapplication/jsonrequired
recordsArray of strings<= 100 itemsrequired

This is the source uris for the DDS Reference.

curl -i -X POST \
  'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/direct-records' \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -H 'contentType: application/json' \
  -d '{
    "records": [
      "/organisations{orgId}/deliveries/{deliveryId}",
      "/organisations/{orgId}/purchase-orders/{purchaseOrderId}",
      "/organisations/{orgId}/items/{itemId}"
    ]
  }'

Responses

The request has succeeded and will either return the newly created resource or where appropriate a record that reflects the success of the action.

Headers
Locationstring

Location of the created resource

Bodyapplication/jsonArray [
string
]
Response
application/json
[ "string" ]

Delete Direct Records

Request

Deletes direct records from a DDS Reference.

Security
ApiKeyAuth
Path
referenceIdstringrequired
orgIdstringrequired

The organisation identity

Bodyapplication/jsonrequired
recordsArray of strings<= 100 itemsrequired

This is the source uris for the DDS Reference.

curl -i -X DELETE \
  'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/direct-records' \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY_HERE' \
  -d '{
    "records": [
      "/organisations{orgId}/deliveries/{deliveryId}",
      "/organisations/{orgId}/purchase-orders/{purchaseOrderId}",
      "/organisations/{orgId}/items/{itemId}"
    ]
  }'

Responses

There is no content to send for this request, but the headers may be useful.

Retrieve Direct Records

Request

Gets the list of DDS Reference Direct Records.

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}/direct-records' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The request has succeeded.

Bodyapplication/json
contentArray of stringsrequired
pageobject(iov42.Core.Paging.Page)required
page.​sizeinteger(int32)required
page.​pageinteger(int32)required
page.​totalElementsinteger(int32)required
page.​totalPagesinteger(int32)required
Response
application/json
{ "content": [ [] ], "page": { "size": 0, "page": 0, "totalElements": 0, "totalPages": 0 } }

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