POST api/Category/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCategoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentId | integer |
None. |
|
| Ten | string |
None. |
|
| MoTa | string |
None. |
|
| AnhBiaId | globally unique identifier |
None. |
|
| CreateId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentId": 1,
"Ten": "sample string 2",
"MoTa": "sample string 3",
"AnhBiaId": "0b158832-a55d-47d3-88bf-88359bd0375f",
"CreateId": "6b8b730f-112b-4f49-b032-7ddd39cb21f7"
}
application/xml, text/xml
Sample:
<CreateCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Model.Request.Category"> <AnhBiaId>0b158832-a55d-47d3-88bf-88359bd0375f</AnhBiaId> <CreateId>6b8b730f-112b-4f49-b032-7ddd39cb21f7</CreateId> <MoTa>sample string 3</MoTa> <ParentId>1</ParentId> <Ten>sample string 2</Ten> </CreateCategoryRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>