Apis related to Validation.
- Update DDS Statement
Interu API (v2_31)
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements
- UAThttps://api.uat.interu.io/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'The request has succeeded.
This is the country where the economic activity is taking place, typically (but not always) this is the operator's place of activity.
This is required for IMPORT or EXPORT activities.
IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information.
{ "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" }
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements
- UAThttps://api.uat.interu.io/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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"
}
]
}'The request has succeeded.
This is the country where the economic activity is taking place, typically (but not always) this is the operator's place of activity.
This is required for IMPORT or EXPORT activities.
IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information.
{ "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" }
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements/regenerate
- UAThttps://api.uat.interu.io/organisations/{orgId}/extensions/eudr/references/{referenceId}/statements/regenerate
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
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'The request has succeeded.
This is the country where the economic activity is taking place, typically (but not always) this is the operator's place of activity.
This is required for IMPORT or EXPORT activities.
IF this is set to true then downstream consumers of your DDS Reference will not have access to the Geo Location information.
{ "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" }