Data Map

Overview

The Data Map endpoint allows you to manage your Data Maps, by creating new Data Maps, or by requesting information about or updating existing Data Maps.  

For more details on how to set up a Data Map API request, please see the Data Map API Technical Guide.

GET Method

The Data Map endpoint supports the following GET operation. This endpoint allows you to retrieve information about a specified Data Map by providing its Object Reference ID.

Click here to see a sample response message in JSON format.

 

POST Method

The Data Map endpoint supports the following POST operation. This endpoint allows you to create a new Data Map by providing the following information:

Click here to see a sample request message in JSON format.

 

PUT Method

The Data Map endpoint supports the following PUT operation. This endpoint allows you to submit modifications to an existing Data Map. The request message must include the Data Map's Object Reference ID, and the desired changes. Using this endpoint, you can change the Data Map name, modify the file information, modify the data processing options, modify the Advanced Field Options, add new fields, and remove existing fields. To remove a field, simply omit it from the request message; any existing fields that aren't referenced in the request message will be removed.

 

Click here to see a sample request message in JSON format.

 

Click here to see a sample response message in JSON format.

 

DELETE Method

The Data Map endpoint supports a DELETE operation that will delete the specified Data Map. You must provide the Object Reference ID for the desired Data Map.

Note: Deleted Data Maps are permanently deleted, and can't be restored.

 

Back to API Category - Data Management