GET api/CategoriaWeb

Ritorna tutte le categorie web specificate

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response 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"
  },
  {
    "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:
<ArrayOfDTOCategoriaWeb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DueBit.DTO">
  <DTOCategoriaWeb>
    <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>
  <DTOCategoriaWeb>
    <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>
</ArrayOfDTOCategoriaWeb>