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:
[
  "9e534936-85c1-4d09-9579-5e41474354eb",
  "1e224e3f-6d9e-4b5b-b661-5039bf5bd1f7"
]

text/html

Sample:
["9e534936-85c1-4d09-9579-5e41474354eb","1e224e3f-6d9e-4b5b-b661-5039bf5bd1f7"]

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>9e534936-85c1-4d09-9579-5e41474354eb</guid>
  <guid>1e224e3f-6d9e-4b5b-b661-5039bf5bd1f7</guid>
</ArrayOfguid>