POST api/CategoriaWeb
Request Information
URI Parameters
None.
Body Parameters
DTOCategoriaWeb| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Id_parent | integer |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| ImagePath | string |
None. |
|
| PubblicaSuEcommerce | boolean |
None. |
|
| NameLocID | integer |
None. |
|
| DescriptionLocID | integer |
None. |
|
| Ordine | integer |
None. |
|
| RiferimentoImport | string |
None. |
|
| CategoryIdPrestashop | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Id_parent": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ImagePath": "sample string 4",
"PubblicaSuEcommerce": true,
"NameLocID": 1,
"DescriptionLocID": 1,
"Ordine": 6,
"RiferimentoImport": "sample string 7",
"CategoryIdPrestashop": "sample string 8"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.