๐Ÿ“ƒ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.

get
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Responses
chevron-right
200

Success

application/json
contractIdinteger ยท int32Optional
contractVersionNumberinteger ยท int32Optional
get
/Onboarding/api/v1/SignContractRequest/GetFraSignContractVersion
200

Success

circle-info

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