cURL
cURL example
curl -v -F 'data={"mapping": "9up Catalogue Mapping", "name": "9up Catalogue Demo Batch", "template": "9up Catalogue", "use_headers": true, "due_date": "2019-11-13"}' -F file=@/tmp/9upCatalogue.csv https://<subdomain>.lastyard.net/integrate/api/v1/import-tickets/ -H 'Authorization: Token <token>'
Updated over 4 years ago