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:
[
  "59493598-ec92-4318-b122-72b637cf0569",
  "ba040291-dec8-41cc-9097-830b925e58a9"
]

text/html

Sample:
["59493598-ec92-4318-b122-72b637cf0569","ba040291-dec8-41cc-9097-830b925e58a9"]

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>59493598-ec92-4318-b122-72b637cf0569</guid>
  <guid>ba040291-dec8-41cc-9097-830b925e58a9</guid>
</ArrayOfguid>