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

Retrieve BaseUnit List

Request

Security
ApiKeyAuth
Query
namestring
symbolstring
typestring(Common.BaseUnitType)
Enum"VOLUME""MASS""AREA""LENGTH""UNITS"
curl -i -X GET \
  'https://developer.interu.io/_mock/reference/api/common/base-units?name=string&symbol=string&type=VOLUME' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The request has succeeded.

Bodyapplication/jsonArray [
idstring

System assigned id field.

namestringrequired

The name of the base unit.

symbolstringrequired

The display symbol for the base unit.

precisionintegerrequired

The precision required for the base unit.

typestringrequired
Enum"VOLUME""AREA""LENGTH""MASS""UNITS"
]
Response
application/json
[ { "id": "string", "name": "string", "symbol": "string", "precision": 0, "type": "VOLUME" } ]

Retrieve BaseUnit

Request

Security
ApiKeyAuth
Path
unitIdstringrequired
curl -i -X GET \
  'https://developer.interu.io/_mock/reference/api/common/base-units/{unitId}' \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

The request has succeeded.

Bodyapplication/json
idstring

System assigned id field.

namestringrequired

The name of the base unit.

symbolstringrequired

The display symbol for the base unit.

precisionintegerrequired

The precision required for the base unit.

typestringrequired
Enum"VOLUME""AREA""LENGTH""MASS""UNITS"
Response
application/json
{ "id": "string", "name": "string", "symbol": "string", "precision": 0, "type": "VOLUME" }

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

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