POST api/Kitchen/PermSession?kitchenPSession={kitchenPSession}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| kitchenPSession |
Body Parameters
None.
Response Information
Resource Description
APIResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode | |||
| ResultValue | |||
| ResultMessage | |||
| Data |
Response Formats
application/json, text/json
Sample:
{
"ResultCode": 1,
"ResultValue": "sample string 2",
"ResultMessage": "sample string 3",
"Data": 4
}
text/html
Sample:
{"ResultCode":1,"ResultValue":"sample string 2","ResultMessage":"sample string 3","Data":4}
application/xml, text/xml
Sample:
<APIResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WASASP"> <Data>4</Data> <ResultCode>1</ResultCode> <ResultMessage>sample string 3</ResultMessage> <ResultValue>sample string 2</ResultValue> </APIResultOfint>