[
{
"offerIds": [
911023262,
911023786
],
"regionId": "8320100",
"statusCd": "1000",
"offerIdType": 1,
"roleCd":99999
}
]
curl --location --request POST '/cpcp-service/service/cpcp_svc_qryRoleCdListByOfferId' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"offerIds": [
911023262,
911023786
],
"regionId": "8320100",
"statusCd": "1000",
"offerIdType": 1,
"roleCd":99999
}
]'
{
"resultObject": {
"911023262": [
"99999"
],
"911023786": [
"99999"
]
},
"resultCode": "0"
}