PUT api/PermissionApp

Request Information

URI Parameters

None.

Body Parameters

PermisionApp
NameDescriptionTypeAdditional information
id

integer

None.

user_id

integer

None.

stayInDCurr

boolean

None.

menuMin

boolean

None.

showCurr

boolean

None.

stayWCa

boolean

None.

cachirWidth

integer

None.

cashirTemplate

integer

None.

billTemplate

integer

None.

tobaccoFees

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "user_id": 1,
  "stayInDCurr": true,
  "menuMin": true,
  "showCurr": true,
  "stayWCa": true,
  "cachirWidth": 1,
  "cashirTemplate": 1,
  "billTemplate": 1,
  "tobaccoFees": true
}

application/xml, text/xml

Sample:
<PermisionApp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiLite.Models">
  <billTemplate>1</billTemplate>
  <cachirWidth>1</cachirWidth>
  <cashirTemplate>1</cashirTemplate>
  <id>1</id>
  <menuMin>true</menuMin>
  <showCurr>true</showCurr>
  <stayInDCurr>true</stayInDCurr>
  <stayWCa>true</stayWCa>
  <tobaccoFees>true</tobaccoFees>
  <user_id>1</user_id>
</PermisionApp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.