PUT place/{placeId}/equipments?l={l}

Updates the list of owned equipments. FREE

Request Information

URI Parameters

NameDescriptionTypeAdditional information
placeId

integer

Required

l

l for the langage (en fr etc...) can be null

string

None.

Body Parameters

the list of owned equipment's ids

Flipr.Web.Api.Controllers.JsonWrappers.IdsWrapper
NameDescriptionTypeAdditional 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.

Flipr.Web.Api.Controllers.JsonWrappers.Result
NameDescriptionTypeAdditional information
Success

Gets or sets a value indicating whether or not the action is succesfull

boolean

None.

Message

Gets or sets the result message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2"
}

text/html

Sample:
{"Success":true,"Message":"sample string 2"}