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:
[
  "0abf49fa-cff3-4b2a-b8fd-2e3263998461",
  "86078eb3-3b2a-467d-9a2b-3c73d49b814a"
]

text/html

Sample:
["0abf49fa-cff3-4b2a-b8fd-2e3263998461","86078eb3-3b2a-467d-9a2b-3c73d49b814a"]

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>0abf49fa-cff3-4b2a-b8fd-2e3263998461</guid>
  <guid>86078eb3-3b2a-467d-9a2b-3c73d49b814a</guid>
</ArrayOfguid>