GET PrestashopApi/LTallaje

Obtenemos una lista de todas las tallas

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Lista de Tallas

Collection of LTallajePrestashopDto
NameDescriptionTypeAdditional information
Id

integer

None.

IdTallaje

integer

None.

Nombre

string

Required

Orden

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "Id": 1,
    "IdTallaje": 2,
    "Nombre": "sample string 3",
    "Orden": 4
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLTallajePrestashopDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Sofycom.Sofygest.Service.Application.Models.Dtos.Prestashop">
  <LTallajePrestashopDto z:Id="2">
    <Id>1</Id>
    <IdTallaje>2</IdTallaje>
    <Nombre z:Id="3">sample string 3</Nombre>
    <Orden>4</Orden>
  </LTallajePrestashopDto>
  <LTallajePrestashopDto z:Ref="2" i:nil="true" />
</ArrayOfLTallajePrestashopDto>