Forum Discussion
littlemojopuppy
Community Champion
3 years agoImports - 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
Super User
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.
littlemojopuppy
Community Champion
3 years agoThank you! 🙂