POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://mtm-api.xaitcpq.net/upload/graphics

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of new Graphic Doc Ids.

Collection of globally unique identifier

Response Formats

application/json, text/json

Sample:
[
  "a42685e9-5d14-4934-aa23-da4d1f9783f3",
  "7bed0cd1-5e9a-4186-adbe-872f3e2b50d5"
]

text/html

Sample:
["a42685e9-5d14-4934-aa23-da4d1f9783f3","7bed0cd1-5e9a-4186-adbe-872f3e2b50d5"]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>a42685e9-5d14-4934-aa23-da4d1f9783f3</guid>
  <guid>7bed0cd1-5e9a-4186-adbe-872f3e2b50d5</guid>
</ArrayOfguid>