POST api/cotizacionMoneda/Insert
Request Information
URI Parameters
None.
Body Parameters
cotizacionMoneda| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required Max length: 10 |
|
| fecha | date |
Required |
|
| id_moneda | string |
Required Max length: 10 |
|
| id_mercado | string |
Max length: 10 |
|
| precioVenta | decimal number |
None. |
|
| precioCompra | decimal number |
None. |
|
| mercadoMoneda | mercadoMoneda |
None. |
|
| Moneda | Moneda |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"fecha": "2025-12-06T01:05:36.2847415-03:00",
"id_moneda": "sample string 3",
"id_mercado": "sample string 4",
"precioVenta": 5.0,
"precioCompra": 6.0,
"mercadoMoneda": {
"id": "sample string 1",
"nombre": "sample string 2"
},
"Moneda": {
"id": "sample string 1",
"nombre": "sample string 2",
"alias": "sample string 3"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.