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:
[
  "87214a4d-342f-4945-a2b4-d8961c41277b",
  "a6bca2b5-7259-4d60-9a66-32035fc470fc"
]

text/html

Sample:
["87214a4d-342f-4945-a2b4-d8961c41277b","a6bca2b5-7259-4d60-9a66-32035fc470fc"]

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>87214a4d-342f-4945-a2b4-d8961c41277b</guid>
  <guid>a6bca2b5-7259-4d60-9a66-32035fc470fc</guid>
</ArrayOfguid>