curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/mappings/GetDeletedMappings?lastUpdateDateTime=2019-04-10T06:30:00Z' \
--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",
"ChannelIds": [
"Priceline,CUG"
],
"ProviderLocationCode": "string",
"Type": "New"
}
],
"Status": true,
"Message": "Success",
"StatusCode": 2000
}