POST upload/graphics

Uploads a graphics doc.

Request Information

URI

https://eurotherm-web-api.xaitcpq.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:
[
  "3ae744bd-f6e0-4488-bf6d-b99b103d5bbf",
  "fd75a4b9-a84c-4d1d-83f7-133b40c3636e"
]

text/html

Sample:
["3ae744bd-f6e0-4488-bf6d-b99b103d5bbf","fd75a4b9-a84c-4d1d-83f7-133b40c3636e"]

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>3ae744bd-f6e0-4488-bf6d-b99b103d5bbf</guid>
  <guid>fd75a4b9-a84c-4d1d-83f7-133b40c3636e</guid>
</ArrayOfguid>