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:
[
  "fc1018a2-c729-4a73-b091-d4008eeeaf70",
  "a4304d9b-b072-4279-9f8b-b6a159b84915"
]

text/html

Sample:
["fc1018a2-c729-4a73-b091-d4008eeeaf70","a4304d9b-b072-4279-9f8b-b6a159b84915"]

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>fc1018a2-c729-4a73-b091-d4008eeeaf70</guid>
  <guid>a4304d9b-b072-4279-9f8b-b6a159b84915</guid>
</ArrayOfguid>