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:
[
  "8a58ce32-e091-40f5-a262-ed046b2bfa1f",
  "a263effd-537a-49e0-ba08-33ab4ca11afd"
]

text/html

Sample:
["8a58ce32-e091-40f5-a262-ed046b2bfa1f","a263effd-537a-49e0-ba08-33ab4ca11afd"]

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>8a58ce32-e091-40f5-a262-ed046b2bfa1f</guid>
  <guid>a263effd-537a-49e0-ba08-33ab4ca11afd</guid>
</ArrayOfguid>