{
"deptcode": "24",
"postcode": "52",
"usercode": "83"
}
curl --location --request POST '/entAccountDeptPost/delete' \
--header 'Ssotoken: {{accessToken}}' \
--header 'x-timestamp: 1713748800833' \
--header 'x-signature: KUXSucUrpWVx4Cjfq8XNig7l3yKhqLycqDMoJhHJpPU=' \
--header 'x-app-id: sncsit' \
--header 'Content-Type: application/json' \
--data-raw '{
"deptcode": "24",
"postcode": "52",
"usercode": "83"
}'
{
"returncode": "string",
"data": {
"pageNo": 0,
"pageSize": 0,
"pageCount": 0,
"total": 0,
"pageData": [
{
"id": "string",
"usercode": "string",
"accounttype": 0,
"accountname": "string",
"gender": 0,
"status": 0
}
]
},
"message": "string",
"traceId": "string",
"now": "string"
}