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:
[
  "b6c8bcb9-ec16-433a-974d-62aa59672da4",
  "e5feee52-5223-40ef-9fe0-43bebf4f3e19"
]

text/html

Sample:
["b6c8bcb9-ec16-433a-974d-62aa59672da4","e5feee52-5223-40ef-9fe0-43bebf4f3e19"]

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>b6c8bcb9-ec16-433a-974d-62aa59672da4</guid>
  <guid>e5feee52-5223-40ef-9fe0-43bebf4f3e19</guid>
</ArrayOfguid>