PUT api/BandeosC/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
BandeosC| Name | Description | Type | Additional information |
|---|---|---|---|
| IdBandeoC | integer |
None. |
|
| IdCliente | integer |
None. |
|
| IdPersonal | integer |
None. |
|
| IdActividad | integer |
None. |
|
| Fecha | date |
None. |
|
| Producto | string |
None. |
|
| Monto | decimal number |
None. |
|
| Cantidad | integer |
None. |
|
| Foto1 | string |
None. |
|
| Foto2 | string |
None. |
|
| Foto3 | string |
None. |
|
| Foto4 | string |
None. |
|
| Foto5 | string |
None. |
|
| Foto6 | string |
None. |
|
| Observaciones | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdBandeoC": 1,
"IdCliente": 1,
"IdPersonal": 1,
"IdActividad": 1,
"Fecha": "2025-12-05T05:12:01.3884748-06:00",
"Producto": "sample string 2",
"Monto": 1.1,
"Cantidad": 1,
"Foto1": "sample string 3",
"Foto2": "sample string 4",
"Foto3": "sample string 5",
"Foto4": "sample string 6",
"Foto5": "sample string 7",
"Foto6": "sample string 8",
"Observaciones": "sample string 9"
}
application/xml, text/xml
Sample:
<BandeosC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Cantidad>1</Cantidad> <Fecha>2025-12-05T05:12:01.3884748-06:00</Fecha> <Foto1>sample string 3</Foto1> <Foto2>sample string 4</Foto2> <Foto3>sample string 5</Foto3> <Foto4>sample string 6</Foto4> <Foto5>sample string 7</Foto5> <Foto6>sample string 8</Foto6> <IdActividad>1</IdActividad> <IdBandeoC>1</IdBandeoC> <IdCliente>1</IdCliente> <IdPersonal>1</IdPersonal> <Monto>1.1</Monto> <Observaciones>sample string 9</Observaciones> <Producto>sample string 2</Producto> </BandeosC>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.