POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://ofd-api.blueprintcpq.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:
[
  "7997ac8f-122c-4e07-8921-0e21a5e3b581",
  "9f666c52-6e7a-4ecd-9975-4cf4d21e05ed"
]

text/html

Sample:
["7997ac8f-122c-4e07-8921-0e21a5e3b581","9f666c52-6e7a-4ecd-9975-4cf4d21e05ed"]

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>7997ac8f-122c-4e07-8921-0e21a5e3b581</guid>
  <guid>9f666c52-6e7a-4ecd-9975-4cf4d21e05ed</guid>
</ArrayOfguid>