{
"shopId": "string",
"sheetId": "string",
"venderId": "string",
"startDate": "string",
"endDate": "string",
"dateFlag": 0,
"logistics": 0,
"checkFlag": 0,
"pageNo": 0,
"pageSize": 0,
"gdid": "string",
"note": "string",
"mergeBillNo": "string",
"delayDays": 0,
"refsheetids": [
"string"
]
}
curl --location --request POST 'http://localhost:8507/icvs-bmm-rs/receipt/delay' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "string",
"sheetId": "string",
"venderId": "string",
"startDate": "string",
"endDate": "string",
"dateFlag": 0,
"logistics": 0,
"checkFlag": 0,
"pageNo": 0,
"pageSize": 0,
"gdid": "string",
"note": "string",
"mergeBillNo": "string",
"delayDays": 0,
"refsheetids": [
"string"
]
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}