A message for our valued customers and partners: This site is retiring, including accounts and API keys, as we migrate to the new developer portal. If you use existing API keys you will be contacted with further migration instructions. Accounts and API keys are not shared between this developer portal and the new developer portal. We recommend you review the new portal's Get Started guide for details on registering a new developer account and requesting new API keys.

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...