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:
[
  "23b6fee5-dc2a-4725-86da-9360115a3ad9",
  "b9adb43f-db24-4d70-84eb-0f136016b530"
]

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>23b6fee5-dc2a-4725-86da-9360115a3ad9</guid>
  <guid>b9adb43f-db24-4d70-84eb-0f136016b530</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.