External Connections
Retry an Upload request
If there were any errors during the upload process, this endpoint will retry the upload request. In some cases this will reattempt the existing upload request, in other cases it may create a new upload request. Please check the ticket_id in the response to determine if a new upload request was created.
post/external_connections/{id}/uploads/{ticket_id}/retry
Path parameters
idstring required
Example:1293384261075731499
Identifies the resource.
ticket_idstring uuid required
Example:7b6a6449-b055-45a6-81f6-f6f0dffa4cc6
Identifies an Upload request
Response
Successful response
Example response
{
"data": {
"location_id": "c37e5036-1e87-42e6-86a2-b3e8dd39a2ad",
"status": "error",
"tenant_id": "ea175aba-f47c-4702-9400-efaa42688048",
"ticket_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761",
"tn_upload_entries": [
{
"error_code": "internal_error",
"internal_status": "error",
"number_id": "542c3bca-d247-42bc-8fe7-e01d16ecd761",
"status": "error"
}
]
}
}