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:
[
  "749ba58d-3a53-4a41-ab42-4fb5c7a05cb3",
  "ab58eb59-0e16-4d76-a673-3bdc775ce77b"
]

text/html

Sample:
["749ba58d-3a53-4a41-ab42-4fb5c7a05cb3","ab58eb59-0e16-4d76-a673-3bdc775ce77b"]

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>749ba58d-3a53-4a41-ab42-4fb5c7a05cb3</guid>
  <guid>ab58eb59-0e16-4d76-a673-3bdc775ce77b</guid>
</ArrayOfguid>