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": "dda2d131-a105-448e-80ba-32621758012a",
"CreateId": "a09847be-b5c7-44a5-96b2-c3c71256f672"
}
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>dda2d131-a105-448e-80ba-32621758012a</AnhBiaId> <CreateId>a09847be-b5c7-44a5-96b2-c3c71256f672</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>