Forum Discussion
littlemojopuppy
3 years agoCommunity Champion
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...
- 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 valueThose 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.
lbendlin
3 years agoSuper User
- 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.
littlemojopuppy
3 years agoCommunity Champion
Thank you! 🙂