{
"signatoryId":2688358519446442382,
"tenantType":"PERSONAL",
"companyName":"广州思晨",
"userName":"谢兰花",
"contact":"19000009091"
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/signatory/edit' \
--header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \
--header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \
--header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \
--header 'x-qys-open-signature: {{x-qys-open-signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"signatoryId":2688358519446442382,
"tenantType":"PERSONAL",
"companyName":"广州思晨",
"userName":"谢兰花",
"contact":"19000009091"
}'
{
"result": {
"id": "3053227768331370625",
"tenantType": "PERSONAL",
"status": "WAITING",
"tenantName": "思晨教育",
"receiver": {
"name": "ABC",
"contact": "15111111111",
"contactType": "MOBILE"
},
"serialNo": 1,
"delaySet": false,
"sponsor": false
},
"code": 0,
"message": "SUCCESS"
}