POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://xait-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:
[
  "d44d88d2-f5a5-4f52-a4cd-9e712f67aaa8",
  "c18d6160-a253-4043-807b-3e2f901cb567"
]

text/html

Sample:
["d44d88d2-f5a5-4f52-a4cd-9e712f67aaa8","c18d6160-a253-4043-807b-3e2f901cb567"]

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>d44d88d2-f5a5-4f52-a4cd-9e712f67aaa8</guid>
  <guid>c18d6160-a253-4043-807b-3e2f901cb567</guid>
</ArrayOfguid>