Upload qualification completion data to the submission
Using a valid submission token, upload qualification completion data to the submission.
You are able to make multiple calls to this end point to accumulate data against the submission. Each record in the submission content must contain alocalId
field - this field is used by the caller to indentify the record.
The value of localId
is only used in the context of the caller managing the records within the submission.
The value of localId
must be unique within the submission qualification completions and must be set by the caller. Adding a second record in the same content type with an identical localId
will cause the first record with the same localId
value to be replaced.
Header Parameters |
---|
EID string — REQUIREDEnter the EDUMIS (Organisation) ID |
Request Body | |||||
---|---|---|---|---|---|
submissionToken string — REQUIREDPossible values: 1 ≤ length The valid submission token to submit data against | |||||
content object[] — REQUIRED
|
Responses | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
200 Acknowledgement of data received
| |||||||||||
400 Submission token is not found - check error code for more detail
| |||||||||||
401 Authorization failed
| |||||||||||
429 Concurrent Request Not Allowed - check error code for more detail
|