This process is to update the information of a previously existing "registration".  In the following example, a previously existing registration, which had its attached file deleted, is updated with a new updated file

StepAction typeCURL request nameNotes
1

Generation of the authorization token

a.1.3.1.- getToken (POST)


2

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

a.1.3.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-ida.1.3.2.1.- obtain a NEW presihned URL related to an existinh fileId to upload a bih 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 

a.1.3.3.- File upload (PUT)

PDF or ST.26 zip file
4Update to the registrationa.1.3.5.- Update of the registrationthe registration should have been done earlier via the d.1.1 process, if not, this request will fail.
  • No labels