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:
[
  "0d505a27-fc8e-4aa5-9ecb-a7b5b62c3482",
  "6fcfd0e8-a74c-4c4b-928e-a0f968e7e721"
]

text/html

Sample:
["0d505a27-fc8e-4aa5-9ecb-a7b5b62c3482","6fcfd0e8-a74c-4c4b-928e-a0f968e7e721"]

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>0d505a27-fc8e-4aa5-9ecb-a7b5b62c3482</guid>
  <guid>6fcfd0e8-a74c-4c4b-928e-a0f968e7e721</guid>
</ArrayOfguid>