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:
[
  "3c69d1da-e004-4820-99ea-3d621e582262",
  "0e164eef-d579-44b5-b658-f7eaa6bca9ad"
]

text/html

Sample:
["3c69d1da-e004-4820-99ea-3d621e582262","0e164eef-d579-44b5-b658-f7eaa6bca9ad"]

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>3c69d1da-e004-4820-99ea-3d621e582262</guid>
  <guid>0e164eef-d579-44b5-b658-f7eaa6bca9ad</guid>
</ArrayOfguid>