PUT api/Documents/IncrementMultipleView

Add multiple Lt_Employe_view_Animation with caller and target animId

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f1c28597-1a62-4640-96cf-cbf1bc34b11d",
  "624d865e-504e-48af-94a6-4239b6b9acd0"
]

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>f1c28597-1a62-4640-96cf-cbf1bc34b11d</guid>
  <guid>624d865e-504e-48af-94a6-4239b6b9acd0</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

None.