POST api/Locations/GetMany
Request Information
URI Parameters
None.
Body Parameters
IdsArrayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.