POST api/currencyChangessCrud
Request Information
URI Parameters
None.
Body Parameters
currencyChangesCls| Name | Description | Type | Additional information |
|---|---|---|---|
| idCurrencyChanges | integer |
None. |
|
| usdEur | decimal number |
None. |
|
| copUsd | decimal number |
None. |
|
| copEur | decimal number |
None. |
|
| updateDate | date |
None. |
|
| updateUser | string |
None. |
|
| statusCurrencyChanges | string |
None. |
|
| action | string |
None. |
|
| password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"idCurrencyChanges": 1,
"usdEur": 2.1,
"copUsd": 3.1,
"copEur": 4.1,
"updateDate": "2025-12-12T17:54:46.1030654-05:00",
"updateUser": "sample string 6",
"statusCurrencyChanges": "sample string 7",
"action": "sample string 8",
"password": "sample string 9"
}
application/xml, text/xml
Sample:
<currencyChangesCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class"> <action>sample string 8</action> <copEur>4.1</copEur> <copUsd>3.1</copUsd> <idCurrencyChanges>1</idCurrencyChanges> <password>sample string 9</password> <statusCurrencyChanges>sample string 7</statusCurrencyChanges> <updateDate>2025-12-12T17:54:46.1030654-05:00</updateDate> <updateUser>sample string 6</updateUser> <usdEur>2.1</usdEur> </currencyChangesCls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>