Skip to content

Instantly share code, notes, and snippets.

@jalanstrom
Last active June 21, 2016 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jalanstrom/e20273c4322eb8c7c31d3a6199fa49be to your computer and use it in GitHub Desktop.
Save jalanstrom/e20273c4322eb8c7c31d3a6199fa49be to your computer and use it in GitHub Desktop.
POST https://blah.com/api/documents HTTP/1.1
Accept-Encoding: gzip,deflate
authorization: <token removed for brevity>
Content-Type: multipart/form-data; boundary="----=_Part_52_1500007881.1466449927155"
MIME-Version: 1.0
Content-Length: 2780
Host: blah.com
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
------=_Part_52_1500007881.1466449927155
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: form-data; name="documentmodel"
{"Title":"US19099 DOCTITLE5187339 blahbla","DocumentTypeId":"6A8FF3CC-7F58-4786-A96F-01203DA714E1","FolderId":"9E097E57-DD69-445F-A7F4-9BED5833058E","Fields":[{"Id":"1","Value":"US19099 INDEX15187339"},{"Id":"2","Value":"US19099 INDEX25187339"},{"Id":"3","Value":"US19099 INDEX35187339"},{"Id":"4","Value":"US19099 INDEX45187339"},{"Id":"5","Value":""},{"Id":"6","Value":"US19099 INDEX65187339"},{"Id":"7","Value":"US19099 INDEX75187339"},{"Id":"8","Value":""},{"Id":"9","Value":""},{"Id":"10","Value":""},{"Id":"11","Value":""},{"Id":"12","Value":""},{"Id":"13","Value":""},{"Id":"14","Value":""},{"Id":"15","Value":""},{"Id":"16","Value":""},{"Id":"17","Value":""},{"Id":"18","Value":""},{"Id":"19","Value":""},{"Id":"20","Value":""},{"Id":"21","Value":""},{"Id":"21","Value":""},{"Id":"22","Value":""},{"Id":"23","Value":""},{"Id":"24","Value":""},{"Id":"25","Value":""},{"Id":"26","Value":""},{"Id":"27","Value":""},{"Id":"28","Value":""},{"Id":"28","Value":""},{"Id":"30","Value":"US19099 "}]}
------=_Part_52_1500007881.1466449927155
Content-Type: text/plain; charset=Cp1252; name=testfile.txt
Content-Transfer-Encoding: binary
Content-Disposition: form-data; name="filename"; filename="testfile.txt"
Important document.
------=_Part_52_1500007881.1466449927155--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment