POST api/ClientesPvs

Request Information

URI Parameters

None.

Body Parameters

Collection of pedidosPV
NameDescriptionTypeAdditional information
autob1

integer

None.

empresa

string

None.

autob

integer

None.

numero

integer

None.

fecha

date

None.

hora

string

None.

autob1cli

integer

None.

codigo

decimal number

None.

descripcion

string

None.

pu

decimal number

None.

caja

decimal number

None.

stock

decimal number

None.

unidad

decimal number

None.

caja_precio

decimal number

None.

total

decimal number

None.

descuento

decimal number

None.

descarga

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "autob1": 1,
    "empresa": "sample string 2",
    "autob": 1,
    "numero": 1,
    "fecha": "2024-05-19T10:52:38.8810076-03:00",
    "hora": "sample string 3",
    "autob1cli": 1,
    "codigo": 1.0,
    "descripcion": "sample string 4",
    "pu": 1.0,
    "caja": 1.0,
    "stock": 1.0,
    "unidad": 1.0,
    "caja_precio": 1.0,
    "total": 1.0,
    "descuento": 1.0,
    "descarga": 1
  },
  {
    "autob1": 1,
    "empresa": "sample string 2",
    "autob": 1,
    "numero": 1,
    "fecha": "2024-05-19T10:52:38.8810076-03:00",
    "hora": "sample string 3",
    "autob1cli": 1,
    "codigo": 1.0,
    "descripcion": "sample string 4",
    "pu": 1.0,
    "caja": 1.0,
    "stock": 1.0,
    "unidad": 1.0,
    "caja_precio": 1.0,
    "total": 1.0,
    "descuento": 1.0,
    "descarga": 1
  }
]

text/html

Sample:
[{"autob1":1,"empresa":"sample string 2","autob":1,"numero":1,"fecha":"2024-05-19T10:52:38.8810076-03:00","hora":"sample string 3","autob1cli":1,"codigo":1.0,"descripcion":"sample string 4","pu":1.0,"caja":1.0,"stock":1.0,"unidad":1.0,"caja_precio":1.0,"total":1.0,"descuento":1.0,"descarga":1},{"autob1":1,"empresa":"sample string 2","autob":1,"numero":1,"fecha":"2024-05-19T10:52:38.8810076-03:00","hora":"sample string 3","autob1cli":1,"codigo":1.0,"descripcion":"sample string 4","pu":1.0,"caja":1.0,"stock":1.0,"unidad":1.0,"caja_precio":1.0,"total":1.0,"descuento":1.0,"descarga":1}]

application/xml, text/xml

Sample:
<ArrayOfpedidosPV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
  <pedidosPV>
    <autob>1</autob>
    <autob1>1</autob1>
    <autob1cli>1</autob1cli>
    <caja>1</caja>
    <caja_precio>1</caja_precio>
    <codigo>1</codigo>
    <descarga>1</descarga>
    <descripcion>sample string 4</descripcion>
    <descuento>1</descuento>
    <empresa>sample string 2</empresa>
    <fecha>2024-05-19T10:52:38.8810076-03:00</fecha>
    <hora>sample string 3</hora>
    <numero>1</numero>
    <pu>1</pu>
    <stock>1</stock>
    <total>1</total>
    <unidad>1</unidad>
  </pedidosPV>
  <pedidosPV>
    <autob>1</autob>
    <autob1>1</autob1>
    <autob1cli>1</autob1cli>
    <caja>1</caja>
    <caja_precio>1</caja_precio>
    <codigo>1</codigo>
    <descarga>1</descarga>
    <descripcion>sample string 4</descripcion>
    <descuento>1</descuento>
    <empresa>sample string 2</empresa>
    <fecha>2024-05-19T10:52:38.8810076-03:00</fecha>
    <hora>sample string 3</hora>
    <numero>1</numero>
    <pu>1</pu>
    <stock>1</stock>
    <total>1</total>
    <unidad>1</unidad>
  </pedidosPV>
</ArrayOfpedidosPV>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

tipocbt
NameDescriptionTypeAdditional information
id

integer

None.

tipo

string

None.

numero

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "tipo": "sample string 2",
  "numero": 1.0
}

text/html

Sample:
{"id":1,"tipo":"sample string 2","numero":1.0}

application/xml, text/xml

Sample:
<tipocbt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
  <id>1</id>
  <numero>1</numero>
  <tipo>sample string 2</tipo>
</tipocbt>