curl --location --request POST '/inst-service/service/inst_svc_qryOfferInstRelList' \
--header 'accessToken: addd97479b608269f1c6cd1e0acf6e9d_21b86771-a566-4247-86ab-68b0f7f6d857' \
--header 'staffCode: A1002' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"aOfferInstId": 252740691297,
"zOfferInstId": 252740055116,
"roleId": -1,
"relType": "1101",
"statusCds": [
1000,
1100
]
}
]'
{
"resultObject": {
"pageInfo": {
"offset": 0,
"limit": 20,
"selectCount": true,
"rowCount": 0,
"pageCount": 0,
"pageIndex": 1,
"pageSize": 20
},
"offerInstRels": [
{
"statusCd": "1000",
"statusDate": "2017-05-01 01:17:31",
"createStaff": 250015695567,
"createDate": "2017-04-19 17:02:28",
"updateStaff": 250015695567,
"updateDate": "2017-05-01 01:17:31",
"lastOrderItemId": -1,
"dataVerNum": 0,
"offerInstRelId": 250000056203,
"aOfferInstId": 252740691297,
"zOfferInstId": 252740055116,
"roleId": -1,
"relType": "1101",
"effDate": "2017-05-01 00:00:00",
"expDate": "3000-01-01 00:00:00",
"regionId": 8320100,
"aofferInstId": 252740691297,
"zofferInstId": 252740055116
}
]
},
"resultCode": "0"
}