签署人完成签署通知

按照签署人维度通知

参数名 说明 是否必填 参数类型
action 标记该通知的业务类型,该通知固定为:SIGN_FLOW_UPDATE true string
flowId 流程id true string
accountId 签署人的accountId true string
authorizedAccountId 签约主体的账号id(个人/企业);如签署人本签署,则返回签署人账号id;如签署人代机构签署,则返回机构账号id ,当存在多个签约主体时,返回多个,并逗号隔开 true string
thirdOrderNo 本次签署任务对应指定的第三方业务流水号id,当存在多个第三方业务流水号id时,返回多个,并逗号隔开 true string
order 签署人的签署顺序 true string
signTime 签署时间或拒签时间 格式yyyy-MM-dd HH:MM:SS true string
signResult 签署结果 2:签署完成 3:失败 4:拒签 true integer
resultDescription 拒签或失败时,附加的原因描述 true string
timestamp 时间戳 true long

示例

{
    "action":"SIGN_FLOW_UPDATE",
    "flowId":"11111113a466442abbce094c9368ac7c",
    "accountId":"222222203314483b6812498a5b61e2a",
    "authorizedAccountId":"2222222203314483b6812498a5b61e2a,3333333303314483b6812498a5b61e2a",
    "signTime":"2019-07-24 19:33:06",
    "order":1,
    "signResult":2,
    "thirdOrderNo":"0001,002",
    "resultDescription":"签署完成",
    "timestamp":1563967986960
}

results matching ""

    No results matching ""