POST api/FollowUser/GetFollowingUsers

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e768a337-a2d1-43cf-9461-513e2959cf7a",
  "8fe9ee0e-e0c4-448e-942b-797e59c243c2"
]

application/xml, text/xml

Sample:
<ArrayOfNullableOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <guid>e768a337-a2d1-43cf-9461-513e2959cf7a</guid>
  <guid>8fe9ee0e-e0c4-448e-942b-797e59c243c2</guid>
</ArrayOfNullableOfguid>

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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.