Import Activity Maps REST Endpoints

Import Activity Maps
The import activity maps resource is used to view, create, update, and delete a file import map which can be used for a file-based import activity.
Create a file import map
Method: post
Path: /crmRestApi/resources/11.13.18.05/importMappings
Delete a file import map
Method: delete
Path: /crmRestApi/resources/11.13.18.05/importMappings/{MappingNumber}
Get a file import map
Method: get
Path: /crmRestApi/resources/11.13.18.05/importMappings/{MappingNumber}
Get all file import maps
Method: get
Path: /crmRestApi/resources/11.13.18.05/importMappings
Update a file import map
Method: patch
Path: /crmRestApi/resources/11.13.18.05/importMappings/{MappingNumber}