Apis related to Validation.
- Update DDS Reference
Interu API (v2_28)
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/extensions/eudr/references/{referenceId}
- 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}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'The request has succeeded.
An internal reference number that can be user defined to help identify the DDS Reference. If this is the only identifier provided then it is a mandatory field.
The Verification Number provided by Traces NT. It is required if you want to reference the related DDS Statement in another DDS Statement.
True if there is a DDS Statement associated with this reference number. This happens if it is generated or if there is a Reference Number and Validation Number and the Statement can be retrieved from Traces.
This is the url of the organisation or connection from which the credentials will be used for submission or retrieval of DDS Statements with Traces NT.
{ "internalReferenceNumber": "string", "referenceNumber": "string", "verificationNumber": "string", "hasStatement": true, "status": "PENDING", "operatorUri": "string", "id": "string", "createdBy": "string", "createdTime": "2019-08-24T14:15:22Z", "updatedBy": "string", "updatedTime": "2019-08-24T14:15:22Z" }
An internal reference number that can be user defined to help identify the DDS Reference. If this is the only identifier provided then it is a mandatory field.
The Verification Number provided by Traces NT. It is required if you want to reference the related DDS Statement in another DDS Statement.
- Mock serverhttps://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}
- UAThttps://api.uat.interu.io/organisations/{orgId}/extensions/eudr/references/{referenceId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-H 'contentType: application/json' \
-d '{
"internalReferenceNumber": "string",
"referenceNumber": "string",
"verificationNumber": "string",
"operatorUri": "string"
}'The request has succeeded.
An internal reference number that can be user defined to help identify the DDS Reference. If this is the only identifier provided then it is a mandatory field.
The Verification Number provided by Traces NT. It is required if you want to reference the related DDS Statement in another DDS Statement.
True if there is a DDS Statement associated with this reference number. This happens if it is generated or if there is a Reference Number and Validation Number and the Statement can be retrieved from Traces.
This is the url of the organisation or connection from which the credentials will be used for submission or retrieval of DDS Statements with Traces NT.
{ "internalReferenceNumber": "string", "referenceNumber": "string", "verificationNumber": "string", "hasStatement": true, "status": "PENDING", "operatorUri": "string", "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}
- UAThttps://api.uat.interu.io/organisations/{orgId}/extensions/eudr/references/{referenceId}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://developer.interu.io/_mock/reference/api/organisations/{orgId}/extensions/eudr/references/{referenceId}' \
-H 'X-API-Key: YOUR_API_KEY_HERE'