Forum Discussion

littlemojopuppy's avatar
littlemojopuppy
Community Champion
3 years ago
Solved

Imports - Post Import In Group with Postman

Hi.  I'm thoroughly stumped here...would appreciate any help anyone could provide.   I'm trying to test out using this API in Postman - specifically looking to import the JSON definition of a dat...
  • lbendlin's avatar
    3 years ago
    • To import a file, specify the content type multipart/form-data in the request headers and encode the file as form data in the request body.
    what are the strings "f05e5244-f876-43b9-bc87-d71598f6b32a" in the value

    Those are arbitrary strings that you use in batch APIs to identify the different pieces of payload and their borders.  This probably means that you can upload multiple JSON files with one call.