POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://eurotherm-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:
[
  "1e78db1c-fa4f-43d9-a1e0-eb78cde2a820",
  "485d5979-94e7-4e6a-ae3f-b9a0be56e402"
]

text/html

Sample:
["1e78db1c-fa4f-43d9-a1e0-eb78cde2a820","485d5979-94e7-4e6a-ae3f-b9a0be56e402"]

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>1e78db1c-fa4f-43d9-a1e0-eb78cde2a820</guid>
  <guid>485d5979-94e7-4e6a-ae3f-b9a0be56e402</guid>
</ArrayOfguid>