OPTIONS UpdateCategoriaOrder
Request Information
URI Parameters
None.
Body Parameters
InputUpdateCategorie| Name | Description | Type | Additional information |
|---|---|---|---|
| IDCategoria | integer |
None. |
|
| Categoria | string |
None. |
|
| Html | string |
None. |
|
| ImgUrl | Collection of byte |
None. |
|
| IconUrl | Collection of byte |
None. |
|
| Collection of byte |
None. |
||
| IDCategoriaParent | integer |
None. |
|
| Ordine | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDCategoria": 1,
"Categoria": "sample string 2",
"Html": "sample string 3",
"ImgUrl": "QEA=",
"IconUrl": "QEA=",
"Pdf": "QEA=",
"IDCategoriaParent": 4,
"Ordine": 5
}
application/xml, text/xml
Sample:
<InputUpdateCategorie xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NWAPI"> <Categoria>sample string 2</Categoria> <Html>sample string 3</Html> <IDCategoria>1</IDCategoria> <IDCategoriaParent>4</IDCategoriaParent> <IconUrl>QEA=</IconUrl> <ImgUrl>QEA=</ImgUrl> <Ordine>5</Ordine> <Pdf>QEA=</Pdf> </InputUpdateCategorie>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |