PUT rest/Users/PushOptions

Request Information

URI Parameters

None.

Body Parameters

PushOptionsModel
NameDescriptionTypeAdditional information
TableId

integer

None.

UpdatedOption

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TableId": 1,
  "UpdatedOption": "sample string 2"
}

text/xml

Sample:
<PushOptionsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navigator.Models">
  <TableId>1</TableId>
  <UpdatedOption>sample string 2</UpdatedOption>
</PushOptionsModel>

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 'PushOptionsModel'.

Response Information

Resource Description

None.