# Resolve DDS Reference Resolves DDS References for provided record ids. Endpoint: POST /organisations/{orgId}/extensions/eudr/references/resolve Version: v2_28 Security: ApiKeyAuth ## Path parameters: - `orgId` (string, required) The organisation identity ## Header parameters: - `contentType` (string, required) ## Request fields (application/json): - `items` (array) The list of Record Uris to resolve DDS References for. This will look back through connected items (throw processes etc) to find any related DDS References. ## Response 201 fields (application/json): - `item` (string, required) This is the URI of the the record - i.e the Delivery, Purchase Order or Item - `resolved` (array) The records and the DDS References that were found. - `resolved.item` (string, required) This is the URI of the the record that the DDS was found attached to - i.e the Delivery, Purchase Order or Item - `resolved.references` (array) The found Due Diligence Statement References. - `resolved.references.internalReferenceNumber` (string) An internal reference number provided by a user to help identify the DDS Reference. - `resolved.references.referenceNumber` (string) The Reference Number as provided by TracesNT. - `resolved.references.verificationNumber` (string) The Verification Number provided by Traces NT. - `unresolved` (array) The records where resolution was not possible. - `unresolved.reason` (string) The reason why DDS Reference was not resolved for the given item. Enum: "DDS_DOES_NOT_EXIST", "SUBMITTED_OR_PENDING_DDS_EXISTS" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 429 fields ## Response 500 fields