[
{
"id": "string",
"contno": "string",
"supid": "string",
"wmid": "string",
"sdate": "string",
"edate": "string",
"freezedate": "string",
"delaycharge": 0
}
]
curl --location --request POST 'http://localhost:8103/icvs-bmp-contract//cntContPub/auditDelayContList' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": "string",
"contno": "string",
"supid": "string",
"wmid": "string",
"sdate": "string",
"edate": "string",
"freezedate": "string",
"delaycharge": 0
}
]'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}