Approval, Rejection
Last updated
{
"header" : {
"request_code" : "5010Q",
"api_name" : "start api",
"session_id" : "",
"version" : "9.9.99"
},
"body" : {
"comp_id": "{Company ID}",
"client_id":"{ID issued by esignon}",
"biz_id":"0",
"memb_email":"{Email of the signer}",
"action_id":"1" // Process step of current document
"workflow_id":"{Document ID}",
"comment":"{Message to deliver upon approval or rejection}",
"command":"{RT or CF}" // CF=Approval, RT=Rejection
}
}
{
"header":{
"response_code": "5010A",
"result_code": "00",
"result_msg": "success.",
"version": "9.9.99"
},
"body":{
"comp_id": "{Company ID}"
}
}