curl --location --request POST '/inst-service/service/inst_svc_qryOfferInstListLocal' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"apiCode": "001",
"prodInstId": 251000879824
}
]'
{
"resultObject": {
"offerInsts": [
{
"statusCd": "string",
"statusDate": "string",
"createStaff": 0,
"createDate": "string",
"updateDate": "string",
"remark": "string",
"lastOrderItemId": 0,
"dataVerNum": 0,
"offerInstId": 0,
"offerId": 0,
"offerType": "string",
"ownerCustId": 0,
"effDate": "string",
"expDate": "string",
"createOrgId": 0,
"expProcMethod": "string",
"lanId": 0,
"regionId": 0,
"isIndependent": "string",
"spuInstId": 0,
"type": "string",
"offerName": "string",
"roleId": 0,
"roleName": "string",
"offerProdRelId": 0,
"busiModDate": "string",
"outerOfferInstId": 0,
"offerDesc": "string",
"updateStaff": 0
}
]
},
"resultCode": "string"
}