PUT api/CategoriaWeb

Request Information

URI Parameters

None.

Body Parameters

DTOCategoriaWeb
NameDescriptionTypeAdditional 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"
}

application/xml, text/xml

Sample:
<DTOCategoriaWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <CategoryIdPrestashop>sample string 8</CategoryIdPrestashop>
  <Description>sample string 3</Description>
  <DescriptionLocID>1</DescriptionLocID>
  <Id>1</Id>
  <Id_parent>1</Id_parent>
  <ImagePath>sample string 4</ImagePath>
  <Name>sample string 2</Name>
  <NameLocID>1</NameLocID>
  <Ordine>6</Ordine>
  <PubblicaSuEcommerce>true</PubblicaSuEcommerce>
  <RiferimentoImport>sample string 7</RiferimentoImport>
</DTOCategoriaWeb>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.