curl --location --request POST 'https://api.qugongbao.com/gst-api/api/tax/cxt/sync/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": 0,
"externalBatchNumber": "string",
"finishTime": "string",
"detailLists": [
{
"name": "string",
"idCard": "string",
"phone": "string",
"receiveType": "string",
"receiveAccount": "string",
"amount": 0,
"transactionNo": "string",
"finishTime": "string",
"taxPersonalVatAmountStr": "string",
"taxIncomeAmountStr": "string"
}
]
}'{
"code": "",
"msg": "",
"reqNo": "",
"signType": "",
"signValue": "",
"encKey": "",
"reqtype": "",
"batchid": "",
"traceId": "",
"check_result": {
"projectGlobalNo": "",
"successNum": 0,
"failureNum": 0,
"failureList": [
{
"name": "",
"idCard": "",
"phone": "",
"failreason": ""
}
]
}
}