Exports all the mappings associated to the given account in the .csv format and the file is sent to you by email.
The associated files will be uploaded into your ftp account. The files can be accessed by ftp credentials, which is already been shared during the signup process.
When this API is requested by the client the following files are generated -:
Following are the columns included in the template:
Following are the columns included in the template:
curl --location --request GET 'https://hotelmapping.vervotech.com/api/3.0/mappings/ExportMappingsFile?emailId=abc@gmail.com&providerfamilies=abc,xyz' \
--header 'apikey: 056ec4c3-be6b-4c36-a4cc-a403ce9592a1' \
--header 'accountId: DemoAccount'
{
"Status": true,
"Message": "Success",
"StatusCode": 2000
}