I was able to create a new Case using the REST API but i need some help regarding these.
- How to create cases in bulk ?
- Can we create cases with attachments(CSV) ?
I was able to create a new Case using the REST API but i need some help regarding these.
Copyright © 2021 Jogjafile Inc.
I was able to create case with attachments. we need to use two different APIs
/services/data/v55.0/sobjects/Case
After Creating case it will return Case Id
/services/data/v55.0/sobjects/ContentVersion
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/dome_sobject_insert_update_blob.htm
Convert File to Base64