API will reprocess all testinvitationids passed by API user. At a time only 100 records will be processed.
Successful response of API calls means that testinvitation ids are scheduled for processing in queue. Actual response will be received to your endpoints shortly.
Field | Type | Required | Default | Description |
---|---|---|---|---|
testinvitationIds | Array of Integer64 | Yes | - | - |
URL 1: /v3/callbacks/process
Request Body{ "testinvitationIds":[2944056,2935600] }
Status 200 OK
Response{ "result": { "testinvitationIds": { "successful": [ 2631727, 2633244, 2633386 ], "failed": [] } }, "errors": null }
Status 401 Unauthorized Request
If required parameters have invalid values.
Response{ "result": null, "errors": [ "testinvitationIds does not belong to account or not found", "94761" ] }