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:
[
  "c26c07a0-e7f9-4179-bf14-642ed969a39e",
  "d47cdec4-5828-49a2-9e9d-c7d53b550232"
]

text/html

Sample:
["c26c07a0-e7f9-4179-bf14-642ed969a39e","d47cdec4-5828-49a2-9e9d-c7d53b550232"]

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>c26c07a0-e7f9-4179-bf14-642ed969a39e</guid>
  <guid>d47cdec4-5828-49a2-9e9d-c7d53b550232</guid>
</ArrayOfguid>