POST Recipe/SaveOrUpdateRecipesCategory
Request Information
URI Parameters
None.
Body Parameters
RecipesCategoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecipeCategoryID | integer |
None. |
|
| RecipeCategoryName | string |
None. |
|
| PgNumber | string |
None. |
|
| PgLimit | string |
None. |
|
| OrderList | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecipeCategoryID": 1,
"RecipeCategoryName": "sample string 2",
"PgNumber": "sample string 3",
"PgLimit": "sample string 4",
"OrderList": "sample string 5"
}
application/xml, text/xml
Sample:
<RecipesCategoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HLSClientPortal.Models"> <OrderList>sample string 5</OrderList> <PgLimit>sample string 4</PgLimit> <PgNumber>sample string 3</PgNumber> <RecipeCategoryID>1</RecipeCategoryID> <RecipeCategoryName>sample string 2</RecipeCategoryName> </RecipesCategoryModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />