{
"id": "string",
"cid": "string",
"name": "string",
"personCode": "string",
"appSource": "string",
"reqSource": "string",
"attachIds": [
"string"
],
"annexUploadType": "string",
"explain": "string"
}
curl --location --request POST '/app/exp/subAnnex' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"cid": "string",
"name": "string",
"personCode": "string",
"appSource": "string",
"reqSource": "string",
"attachIds": [
"string"
],
"annexUploadType": "string",
"explain": "string"
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}