POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://highlandfleets-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:
[
  "702b32fc-a4f1-4003-bb0a-074e10485bfc",
  "5f4378d3-87f8-44ef-ab64-5f1599ce37aa"
]

text/html

Sample:
["702b32fc-a4f1-4003-bb0a-074e10485bfc","5f4378d3-87f8-44ef-ab64-5f1599ce37aa"]

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>702b32fc-a4f1-4003-bb0a-074e10485bfc</guid>
  <guid>5f4378d3-87f8-44ef-ab64-5f1599ce37aa</guid>
</ArrayOfguid>