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:
[
  "e6e6bb5e-0075-4db4-af49-d22b41ed7b3c",
  "d90fda33-b794-4b56-916e-b8338bacd2c9"
]

text/html

Sample:
["e6e6bb5e-0075-4db4-af49-d22b41ed7b3c","d90fda33-b794-4b56-916e-b8338bacd2c9"]

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>e6e6bb5e-0075-4db4-af49-d22b41ed7b3c</guid>
  <guid>d90fda33-b794-4b56-916e-b8338bacd2c9</guid>
</ArrayOfguid>