The Postman collection was structured in a way to make it easier the understanding and follow up of all the steps that are involved in the registration of a new priority document:

The registration process, follows these steps:

StepAction typePostman request nameNotes
1

Generation of the authorization token

b.1.1.1.- getToken


2

Retrieval of the file-id and pre-signed URL for the upload of a big sized document file

b.1.1.2.- obtain fileId and a presigned URL to upload a big size document file (POST)


2.1Retrieval of updated pre-signed URL for the already existing file-idb.1.1.2.1.- obtain a NEW presigned URL related to an existing fileId to upload a big size document (fileId needs to be provided)Optional step, only needed when the file upload gets delayed (so the previous URL is no longer valid).  An updated URL is generated using the previously retrieved file-id
3Upload of the file 

b.1.1.3.- File upload

PDF or ST.26  zip file
4Check if the status of the uploaded file is OKb.1.1.4.- Check the status of the file to see if is ready for registration
5Registration of the priority document in the systemb.1.1.5.- registration of the record (POST)Only possible after the file has been successfully uploaded by following the previous steps.
  • No labels