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:
[
  "b7c8d634-9d7f-42c8-971d-d4bf95b7add3",
  "280dac31-9d5b-4938-b200-d7b915443f80"
]

text/html

Sample:
["b7c8d634-9d7f-42c8-971d-d4bf95b7add3","280dac31-9d5b-4938-b200-d7b915443f80"]

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>b7c8d634-9d7f-42c8-971d-d4bf95b7add3</guid>
  <guid>280dac31-9d5b-4938-b200-d7b915443f80</guid>
</ArrayOfguid>