Skip to content

Instantly share code, notes, and snippets.

@jalanstrom
Last active June 21, 2016 20:12
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/ed71aa1c8d32a59ece07b6e063f9e041 to your computer and use it in GitHub Desktop.
Save jalanstrom/ed71aa1c8d32a59ece07b6e063f9e041 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_51_383036658.1466449779615"
MIME-Version: 1.0
Content-Length: 2829
Host: blah.com
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
------=_Part_51_383036658.1466449779615
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Content-Disposition: form-data; name="documentmodel"
{"Title":"US19099 DOCTITLE5187339 blahblah","DocumentTypeId":"6A8FF3CC-7F58=
-4786-A96F-01203DA714E1","FolderId":"9E097E57-DD69-445F-A7F4-9BED5833058E",=
"Fields":[{"Id":"1","Value":"US19099 INDEX15187339"},{"Id":"2","Value":"US1=
9099 INDEX25187339"},{"Id":"3","Value":"US19099 INDEX35187339"},{"Id":"4","=
Value":"US19099 INDEX45187339"},{"Id":"5","Value":""},{"Id":"6","Value":"US=
19099 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","V=
alue":""},{"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":"3=
0","Value":"US19099 "}]}
------=_Part_51_383036658.1466449779615
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_51_383036658.1466449779615--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment