v1
latestOpenAPI 3.0.3Proprietary2026-07-13182655.4 KBContracts
Preview a contract
Renders a contract preview without persisting any data. Use this to validate placeholder data and inspect the rendered contract content before creation.
post/staffsign/contracts/preview
Request body
Example request
{
"terms": {
"startDate": "2026-06-01",
"compensationAmount": "2500"
},
"workingTime": {
"dailySchedule": [
{
"startTime": "09:00",
"endTime": "17:00"
}
]
}
}Response
Contract preview