POST place/{placeId}/equipments?l={l}
Add place's equipments. (requires to be authenticated). FREE
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| placeId |
id of the place |
integer |
Required |
| l |
language, by default user language |
string |
None. |
Body Parameters
the equipment's ID to add
Flipr.Web.Api.Controllers.JsonWrappers.IdsWrapper| Name | Description | Type | Additional information |
|---|---|---|---|
| Ids |
Gets or sets the IDs array |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ids": [
1,
2
]
}
text/html
Sample:
{"Ids":[1,2]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Return if the operation has been released successfully.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.