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:
[
  "37bee35a-1455-4b4c-8886-05ffed0be81f",
  "c374197e-d9dc-4b92-8f9d-13ef92f20ed2"
]

text/html

Sample:
["37bee35a-1455-4b4c-8886-05ffed0be81f","c374197e-d9dc-4b92-8f9d-13ef92f20ed2"]

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>37bee35a-1455-4b4c-8886-05ffed0be81f</guid>
  <guid>c374197e-d9dc-4b92-8f9d-13ef92f20ed2</guid>
</ArrayOfguid>