πŸ“ƒSign Contract Section Steps

Retrieves the configuration steps required for signing a contract. Returns a list of sections the user or organization must review and consent to before proceeding.

This endpoint returns the ordered list of contract sections associated with a specific contract version. Each item in the list defines the order and type of section (signContractTextEnum) that needs to be presented to the user during the contract signing process.

You will use this list to request each section’s content based on the sectionOrder sequentially.

Last updated