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:
[
  "fa73577b-7f08-4501-b822-469b4fca38c0",
  "bed33c81-4f40-4f96-8a27-b82217081ec6"
]

text/html

Sample:
["fa73577b-7f08-4501-b822-469b4fca38c0","bed33c81-4f40-4f96-8a27-b82217081ec6"]

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>fa73577b-7f08-4501-b822-469b4fca38c0</guid>
  <guid>bed33c81-4f40-4f96-8a27-b82217081ec6</guid>
</ArrayOfguid>