POST api/resto/category_update
Request Information
URI Parameters
None.
Body Parameters
CategoryUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SS_ID | integer |
None. |
|
| Org_ID | integer |
None. |
|
| CategoryName | string |
None. |
|
| CategoryType | string |
None. |
|
| DisplayOrder | integer |
None. |
|
| Size_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SS_ID": 1,
"Org_ID": 2,
"CategoryName": "sample string 3",
"CategoryType": "sample string 4",
"DisplayOrder": 5,
"Size_ID": 6
}
application/xml, text/xml
Sample:
<resto.CategoryUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Resto_Soft"> <CategoryName>sample string 3</CategoryName> <CategoryType>sample string 4</CategoryType> <DisplayOrder>5</DisplayOrder> <Org_ID>2</Org_ID> <SS_ID>1</SS_ID> <Size_ID>6</Size_ID> </resto.CategoryUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.