POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://scoregroup-uat-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:
[
  "da9fe199-ee98-48e6-a11d-c681fac52785",
  "97c0d526-4cbc-4b9c-aca7-61a0df0c99b1"
]

text/html

Sample:
["da9fe199-ee98-48e6-a11d-c681fac52785","97c0d526-4cbc-4b9c-aca7-61a0df0c99b1"]

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>da9fe199-ee98-48e6-a11d-c681fac52785</guid>
  <guid>97c0d526-4cbc-4b9c-aca7-61a0df0c99b1</guid>
</ArrayOfguid>