πŸ“ƒGet Current Contract Section

This endpoint receives a payload containing contract-related information and returns the current section of the contract that the user is working on or needs to complete.

post
Authorizations
AuthorizationstringRequired

Please insert JWT with Bearer into field

Body
contractIdinteger Β· int32 Β· nullableOptional
contractVersionNumberinteger Β· int32 Β· nullableOptional
currentApproachinteger Β· enumOptionalPossible values:
currentTextinteger Β· enumOptionalPossible values:
currentTextContentstring Β· nullableOptional
typeinteger Β· enumOptionalPossible values:
Responses
chevron-right
200

Success

application/json
stringOptional
post
/Onboarding/api/v1/SignContractRequest/GetCurrentTextTemplate
200

Success

circle-info

This endpoint retrieves the content of a specific contract section for display.

It requires the contractId, contractVersionNumber,

currentApproach (1 for SignedByapplicant, 2 for SignByorganization),

currentText (the section you want to display), currentTextContent,

and type (1 for low risk, 2 for high risk, 5 for low risk FRA, 4 for high risk FRA).

Last updated