POST api/InventarioFCDet
Request Information
URI Parameters
None.
Body Parameters
InventarioFCDet| Name | Description | Type | Additional information |
|---|---|---|---|
| IdInventarioFCDet | integer |
None. |
|
| IdInventarioFC | integer |
None. |
|
| IdProducto | integer |
None. |
|
| FechaCorta | date |
None. |
|
| Cantidad | integer |
None. |
|
| Cajas | integer |
None. |
|
| Precio | decimal number |
None. |
|
| Observaciones | string |
None. |
|
| IdAlmacen | integer |
None. |
|
| Almacen | Almacen |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdInventarioFCDet": 1,
"IdInventarioFC": 1,
"IdProducto": 1,
"FechaCorta": "2025-12-05T12:37:40.6116019-06:00",
"Cantidad": 1,
"Cajas": 1,
"Precio": 1.1,
"Observaciones": "sample string 2",
"IdAlmacen": 1,
"Almacen": {
"IdAlmacen": 1,
"Nombre": "sample string 2",
"Descripcion": "sample string 3",
"Ubicacion": "sample string 4",
"TipoAlmacen": "sample string 5"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InventarioFCDet| Name | Description | Type | Additional information |
|---|---|---|---|
| IdInventarioFCDet | integer |
None. |
|
| IdInventarioFC | integer |
None. |
|
| IdProducto | integer |
None. |
|
| FechaCorta | date |
None. |
|
| Cantidad | integer |
None. |
|
| Cajas | integer |
None. |
|
| Precio | decimal number |
None. |
|
| Observaciones | string |
None. |
|
| IdAlmacen | integer |
None. |
|
| Almacen | Almacen |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdInventarioFCDet": 1,
"IdInventarioFC": 1,
"IdProducto": 1,
"FechaCorta": "2025-12-05T12:37:40.6740956-06:00",
"Cantidad": 1,
"Cajas": 1,
"Precio": 1.1,
"Observaciones": "sample string 2",
"IdAlmacen": 1,
"Almacen": {
"IdAlmacen": 1,
"Nombre": "sample string 2",
"Descripcion": "sample string 3",
"Ubicacion": "sample string 4",
"TipoAlmacen": "sample string 5"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.