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:
[
  "a4550005-e315-4cba-8944-cad2efe73f09",
  "d8f4782c-a21e-4781-b188-ef3c8065aedf"
]

text/html

Sample:
["a4550005-e315-4cba-8944-cad2efe73f09","d8f4782c-a21e-4781-b188-ef3c8065aedf"]

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>a4550005-e315-4cba-8944-cad2efe73f09</guid>
  <guid>d8f4782c-a21e-4781-b188-ef3c8065aedf</guid>
</ArrayOfguid>