PUT api/AdmFondos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
AdmFondos| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| numero | string |
None. |
|
| fecha | date |
None. |
|
| sucursald | string |
None. |
|
| sobre | string |
None. |
|
| cuentad | string |
None. |
|
| efectivo | decimal number |
None. |
|
| idsucu | integer |
None. |
|
| idcta | integer |
None. |
|
| idctamadre | string |
None. |
|
| cuentamadre | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"numero": "sample string 2",
"fecha": "2025-11-01T04:19:24.496386-03:00",
"sucursald": "sample string 3",
"sobre": "sample string 4",
"cuentad": "sample string 5",
"efectivo": 1.0,
"idsucu": 1,
"idcta": 1,
"idctamadre": "sample string 6",
"cuentamadre": 1
}
text/html
Sample:
{"id":1,"numero":"sample string 2","fecha":"2025-11-01T04:19:24.496386-03:00","sucursald":"sample string 3","sobre":"sample string 4","cuentad":"sample string 5","efectivo":1.0,"idsucu":1,"idcta":1,"idctamadre":"sample string 6","cuentamadre":1}
application/xml, text/xml
Sample:
<AdmFondos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1"> <cuentad>sample string 5</cuentad> <cuentamadre>1</cuentamadre> <efectivo>1</efectivo> <fecha>2025-11-01T04:19:24.496386-03:00</fecha> <id>1</id> <idcta>1</idcta> <idctamadre>sample string 6</idctamadre> <idsucu>1</idsucu> <numero>sample string 2</numero> <sobre>sample string 4</sobre> <sucursald>sample string 3</sucursald> </AdmFondos>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.