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:
[
  "652da232-616a-4f20-9a66-9e443c30ffdb",
  "90b80d48-c992-4c9b-b591-d101e6f76f44"
]

text/html

Sample:
["652da232-616a-4f20-9a66-9e443c30ffdb","90b80d48-c992-4c9b-b591-d101e6f76f44"]

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>652da232-616a-4f20-9a66-9e443c30ffdb</guid>
  <guid>90b80d48-c992-4c9b-b591-d101e6f76f44</guid>
</ArrayOfguid>