POST api/addDepban
Request Information
URI Parameters
None.
Body Parameters
DatodepositoBanco| Name | Description | Type | Additional information |
|---|---|---|---|
| idDeposito | string |
None. |
|
| descripcion | string |
None. |
|
| cantidad | integer |
None. |
|
| fechaDeposito | date |
None. |
|
| idBanco | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"idDeposito": "sample string 1",
"descripcion": "sample string 2",
"cantidad": 3,
"fechaDeposito": "2025-12-05T20:57:34.3664362-08:00",
"idBanco": 5
}
text/html, text/plain
Sample:
{"idDeposito":"sample string 1","descripcion":"sample string 2","cantidad":3,"fechaDeposito":"2025-12-05T20:57:34.3664362-08:00","idBanco":5}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, text/plain
Sample:
Sample not available.