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:
[
  "69993bc7-2cc3-4ea1-818e-3d5b62894829",
  "f9eec272-008e-4ed3-ac7e-9d7df718af88"
]

text/html

Sample:
["69993bc7-2cc3-4ea1-818e-3d5b62894829","f9eec272-008e-4ed3-ac7e-9d7df718af88"]

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>69993bc7-2cc3-4ea1-818e-3d5b62894829</guid>
  <guid>f9eec272-008e-4ed3-ac7e-9d7df718af88</guid>
</ArrayOfguid>