Indicate that all data/documents were uploaded

post

Indicate that all data/documents were uploaded

Step 3: POST endpoint to indicate that all data and documents for a submission request were uploaded. This is the last step in submission request generation. Submitting will mark the submission request with a status of RECEIVED and will begin processing it. After this step is executed, no more documents can be uploaded and no more additional changes can be done.

Resource URL

https://test-apis.us-east-1.libertymutual.com/v1 /partner/{partnerId}/submission-request/{submissionRequestId}:submit

Request Body

Definitions


Name Type Description

Responses

Code Examples

Resource Summary

Security

Category

submit submission request

Schema:

HTTP Code Description

400

Invalid Input

404

Submission Request Id Not Found

409

Conflict (Example: Trying to submit a submission request, after it has already been submitted)

500

Internal Server Error

501

Not Implemented

Working...