{
"contno": "string",
"newPurchannelid": "string",
"entid": "string"
}
curl --location --request POST 'http://localhost:8103/icvs-bmp-contract//cntContPub/updCntPurchannel' \
--header 'ssotoken: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contno": "string",
"newPurchannelid": "string",
"entid": "string"
}'
{
"returncode": "",
"data": {},
"message": "",
"traceId": "",
"errorDetail": "",
"now": ""
}