POST api/Members/GetMany

Request Information

URI Parameters

None.

Body Parameters

IdsArrayModel
NameDescriptionTypeAdditional information
Ids

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ids": [
    1,
    2
  ]
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.