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:
[
  "f07e6e11-b3d3-4f6a-8f06-43221fd34597",
  "574a77fa-f5a2-4054-8d9e-4547d94f576e"
]

text/html

Sample:
["f07e6e11-b3d3-4f6a-8f06-43221fd34597","574a77fa-f5a2-4054-8d9e-4547d94f576e"]

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>f07e6e11-b3d3-4f6a-8f06-43221fd34597</guid>
  <guid>574a77fa-f5a2-4054-8d9e-4547d94f576e</guid>
</ArrayOfguid>