POST api/ElementosPorPlatos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ElementosPorPlato| Name | Description | Type | Additional information |
|---|---|---|---|
| ElementoPorPlatoID | integer |
None. |
|
| EmpresaID | integer |
None. |
|
| PlatoID | integer |
None. |
|
| ElementoID | integer |
None. |
|
| Elemento1 | string |
None. |
|
| UnidadMedida | string |
None. |
|
| Cantidad | decimal number |
None. |
|
| inventario | decimal number |
None. |
|
| Estado | string |
None. |
|
| FechaCreacion | date |
None. |
|
| fechaMOdificacion | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ElementoPorPlatoID": 1,
"EmpresaID": 1,
"PlatoID": 1,
"ElementoID": 1,
"Elemento1": "sample string 2",
"UnidadMedida": "sample string 3",
"Cantidad": 1.0,
"inventario": 1.0,
"Estado": "sample string 4",
"FechaCreacion": "2025-12-13T19:41:00.0794216+00:00",
"fechaMOdificacion": "2025-12-13T19:41:00.0794216+00:00"
}
application/xml, text/xml
Sample:
<ElementosPorPlato xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/siscor_entidades"> <Cantidad>1</Cantidad> <Elemento1>sample string 2</Elemento1> <ElementoID>1</ElementoID> <ElementoPorPlatoID>1</ElementoPorPlatoID> <EmpresaID>1</EmpresaID> <Estado>sample string 4</Estado> <FechaCreacion>2025-12-13T19:41:00.0794216+00:00</FechaCreacion> <PlatoID>1</PlatoID> <UnidadMedida>sample string 3</UnidadMedida> <fechaMOdificacion>2025-12-13T19:41:00.0794216+00:00</fechaMOdificacion> <inventario>1</inventario> </ElementosPorPlato>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.