- 执法证管理
- 新执法证换领统计表
- 电子档案管理
- 移动端
- 系统通知公告
- 首页
- 审批工作台
- 系统通用
- 执法工作台
- 我的(个人空间)
- 字典
- 系统通知公告管理
- 收货地址管理
- 法制审核人员管理
执法证申请单事项撤回
POST
/ltm/mobile/approval/revoke
请求参数
Cookie 参数
SESSION
string
必需
默认值:
3bb735243ee640199353a7f5050af8c6
Body 参数application/json
applyId
string
申请表ID
revokeReason
string
撤回原因
auditUndertakeId
string
承办人ID
auditRatifyId
string
批准人ID
示例
{
"revokeReason": "2022年12月26日16:29:38",
"auditUndertakeId": "05a2c0f5ace399717ba1ee7f56699cc3",
"auditRatifyId": "07e686db10c4d0f1806c8c21fa59eb20",
"applyId": "e428811a83d569c40183d569c4960000"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/mobile/approval/revoke' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"revokeReason": "2022年12月26日16:29:38",
"auditUndertakeId": "05a2c0f5ace399717ba1ee7f56699cc3",
"auditRatifyId": "07e686db10c4d0f1806c8c21fa59eb20",
"applyId": "e428811a83d569c40183d569c4960000"
}'
返回响应
🟢200成功
application/json
Body
success
boolean
必需
message
string
必需
code
integer
必需
result
null
必需
timestamp
integer
必需
示例
{
"success": true,
"message": "string",
"code": 0,
"result": null,
"timestamp": 0
}