Cleardocs API

New order workflow

OVERVIEW

Below are the steps to create new order from third party system:

1) Call create new order API

    POST /{thirdPartyName}/orders endpoint should be called to create new order in Cleardocs. More details you can find here.

2) Retrieve the newly created order ID from the API response in step-1 above

3) Now make a request to https://{domain}/start-order.html?id={orderId} from browser to open the question interface of Cleardocs which will allow you to modify any answers of your order.

    Here you need to replace

    - {domain} with the domain assigned to you by Cleardocs Dev team. 

    - {orderId} which you obtain from step-2 above.

 

Last Updated: Jun 16,2022