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.

deviceName

string

None.

printerName

string

None.

hidePayType

boolean

None.

useElectronicScale

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,
  "deviceName": "sample string 2",
  "printerName": "sample string 3",
  "hidePayType": true,
  "useElectronicScale": 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>
  <deviceName>sample string 2</deviceName>
  <hidePayType>true</hidePayType>
  <id>1</id>
  <menuMin>true</menuMin>
  <printerName>sample string 3</printerName>
  <showCurr>true</showCurr>
  <stayInDCurr>true</stayInDCurr>
  <stayWCa>true</stayWCa>
  <tobaccoFees>true</tobaccoFees>
  <useElectronicScale>true</useElectronicScale>
  <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.