GET api/estadisticas?nombre={nombre}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nombre

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of cantVentasMes
NameDescriptionTypeAdditional information
fecha

integer

None.

m1

decimal number

None.

m2

decimal number

None.

m3

decimal number

None.

m4

decimal number

None.

m5

decimal number

None.

m6

decimal number

None.

m7

decimal number

None.

m8

decimal number

None.

m9

decimal number

None.

m10

decimal number

None.

m11

decimal number

None.

m12

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "fecha": 1,
    "m1": 1.1,
    "m2": 1.1,
    "m3": 1.1,
    "m4": 1.1,
    "m5": 1.1,
    "m6": 1.1,
    "m7": 1.1,
    "m8": 1.1,
    "m9": 1.1,
    "m10": 1.1,
    "m11": 1.1,
    "m12": 1.1
  },
  {
    "fecha": 1,
    "m1": 1.1,
    "m2": 1.1,
    "m3": 1.1,
    "m4": 1.1,
    "m5": 1.1,
    "m6": 1.1,
    "m7": 1.1,
    "m8": 1.1,
    "m9": 1.1,
    "m10": 1.1,
    "m11": 1.1,
    "m12": 1.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfcantVentasMes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sic">
  <cantVentasMes>
    <fecha>1</fecha>
    <m1>1.1</m1>
    <m10>1.1</m10>
    <m11>1.1</m11>
    <m12>1.1</m12>
    <m2>1.1</m2>
    <m3>1.1</m3>
    <m4>1.1</m4>
    <m5>1.1</m5>
    <m6>1.1</m6>
    <m7>1.1</m7>
    <m8>1.1</m8>
    <m9>1.1</m9>
  </cantVentasMes>
  <cantVentasMes>
    <fecha>1</fecha>
    <m1>1.1</m1>
    <m10>1.1</m10>
    <m11>1.1</m11>
    <m12>1.1</m12>
    <m2>1.1</m2>
    <m3>1.1</m3>
    <m4>1.1</m4>
    <m5>1.1</m5>
    <m6>1.1</m6>
    <m7>1.1</m7>
    <m8>1.1</m8>
    <m9>1.1</m9>
  </cantVentasMes>
</ArrayOfcantVentasMes>