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:
[
  "1d24e4b1-e9cd-46a3-8f0c-52c61a2e95ab",
  "4d165a87-b5d2-4e2c-be2f-e1a253ffb691"
]

text/html

Sample:
["1d24e4b1-e9cd-46a3-8f0c-52c61a2e95ab","4d165a87-b5d2-4e2c-be2f-e1a253ffb691"]

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>1d24e4b1-e9cd-46a3-8f0c-52c61a2e95ab</guid>
  <guid>4d165a87-b5d2-4e2c-be2f-e1a253ffb691</guid>
</ArrayOfguid>