{
"id": null,
"syncBillId": "",
"syncIdRecordDetailDTOList": [
{
"id": null,
"syncBillId": ""
}
]
}curl --location --request POST '/mc/api/transactions/updateSign' \
--header 'authorization: Bearer xxxxx' \
--header 'tenant-id;' \
--header 'orgId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": null,
"syncBillId": "",
"syncIdRecordDetailDTOList": [
{
"id": null,
"syncBillId": ""
}
]
}'{
"code": null,
"msg": "",
"data": {},
"timestamp": 0
}