DELETE api/AdmCarteras/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AdmCartera| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| fondonumero | integer |
None. |
|
| interno | integer |
None. |
|
| deposito | date |
None. |
|
| vencimiento | date |
None. |
|
| nrocheque | integer |
None. |
|
| importe | decimal number |
None. |
|
| fecha | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"fondonumero": 1,
"interno": 1,
"deposito": "2025-11-01T04:23:21.2712961-03:00",
"vencimiento": "2025-11-01T04:23:21.2712961-03:00",
"nrocheque": 1,
"importe": 1.0,
"fecha": "2025-11-01T04:23:21.2712961-03:00"
}
text/html
Sample:
{"id":1,"fondonumero":1,"interno":1,"deposito":"2025-11-01T04:23:21.2712961-03:00","vencimiento":"2025-11-01T04:23:21.2712961-03:00","nrocheque":1,"importe":1.0,"fecha":"2025-11-01T04:23:21.2712961-03:00"}
application/xml, text/xml
Sample:
<AdmCartera xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1"> <deposito>2025-11-01T04:23:21.2712961-03:00</deposito> <fecha>2025-11-01T04:23:21.2712961-03:00</fecha> <fondonumero>1</fondonumero> <id>1</id> <importe>1</importe> <interno>1</interno> <nrocheque>1</nrocheque> <vencimiento>2025-11-01T04:23:21.2712961-03:00</vencimiento> </AdmCartera>