This endpoint processes a CSV file for creating exemptions. The uploaded CSV file is validated for required columns, and exemptions are created for valid data. It provides a detailed response with success, errors, and skipped data.The uploaded CSV must contain the following columns:externalId: Unique identifier for the customer. (Example: 100325) state: Full state name (case insensitive). (Example: Texas) startdate: Start date for the exemption. (Example: 2024-09-01) enddate: End date for the exemption. (Example: 2024-12-31) source: Source name mapped to your system. (Example: netsuite / xero / priority...)
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.