curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetDeletedMappings?resumeKey=056ec4c3-be6b-4c36-a4cc-a403ce9592a1&limit&lastUpdateDateTime=2019-04-10T06:30:00Z&providerFamily=EAN' \
--header 'syncId;' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount'{
"ResumeKey": "056ec4c3-be6b-4c36-a4cc-a403ce9592a1",
"Mappings": [
{
"VervotechId": 39616423,
"ProviderHotelId": "OT000047524",
"ProviderName": "24x7Rooms",
"ProviderLocationCode": "string",
"Type": "New",
"ChannelIds": [
"Priceline,CUG"
]
}
],
"Status": true,
"Message": "Success",
"StatusCode": 2000
}