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:
[
  "502315c2-1a01-4b40-aa6b-6ce60dc08a8b",
  "7334cd9e-cb96-4b79-9c32-7ad28d2c33f8"
]

text/html

Sample:
["502315c2-1a01-4b40-aa6b-6ce60dc08a8b","7334cd9e-cb96-4b79-9c32-7ad28d2c33f8"]

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>502315c2-1a01-4b40-aa6b-6ce60dc08a8b</guid>
  <guid>7334cd9e-cb96-4b79-9c32-7ad28d2c33f8</guid>
</ArrayOfguid>