POST api/PostProducto1x1

Request Information

URI Parameters

None.

Body Parameters

Collection of Farm_Precios
NameDescriptionTypeAdditional information
CodigoEAN

string

None.

llave

string

None.

Descuento

decimal number

None.

PrecioPublico

decimal number

None.

PrecioFarmacia

decimal number

None.

fecha

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "CodigoEAN": "sample string 1",
    "llave": "sample string 2",
    "Descuento": 1.1,
    "PrecioPublico": 3.0,
    "PrecioFarmacia": 4.0,
    "fecha": "2026-03-13T20:42:16.1156166+00:00"
  },
  {
    "$ref": "2"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.