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:
[
  "66e59f82-f5c4-402e-9a30-7d96ed5f6f0b",
  "ef155bef-d8cb-4b9b-b99f-63333d178b01"
]

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>66e59f82-f5c4-402e-9a30-7d96ed5f6f0b</guid>
  <guid>ef155bef-d8cb-4b9b-b99f-63333d178b01</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.