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:
[
  "d74b757e-414f-440c-8a09-892da1b763e4",
  "0dd4409f-a047-468f-a825-c021bc3a3ee4"
]

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>d74b757e-414f-440c-8a09-892da1b763e4</guid>
  <guid>0dd4409f-a047-468f-a825-c021bc3a3ee4</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.