Exchange Rate
Name: ExchangeRate
Retorna el valor al tipo de cambio de las monedas de la entidad.
Parametros
NAME | FORMATO | DESCRIPTION | EXAMPLE |
---|---|---|---|
Year | Año al cual corresponderán los datos solicitados | Year | |
Name | Nombre de la moneda | Name | |
ListAllRates | Tipos de cambios activo | ListAllRates |
Request
<AASIS>
<Context>
<AccountingEntity>8711</AccountingEntity>
<Certificate>4C475EDC-8599-4353-95DC-F520D72B2479</Certificate>
</Context>
<Component>
<Name>ExchangeRate</Name>
</Component>
<Parameters>
<ExchangeRateParams>
<Name>Soles</Name>
<Year>2022</Year>
<ListAllRates>true</ListAllRates>
</ExchangeRateParams>
</Parameters>
</AASIS>
Response
<Result>
<ExchangeRateResult>
<ExchangeRate>
<Date>2022-10-10T00:00:00</Date>
<Name>Bolivianos</Name>
<Type>Fixed</Type>
<Value>7.0000000000</Value>
</ExchangeRate>
<ExchangeRate>
<Date>2022-01-01T00:00:00</Date>
<Name>IDI</Name>
<Type>Fixed</Type>
<Value>6651.0600000000</Value>
</ExchangeRate>
<ExchangeRate>
<Date>2022-02-01T00:00:00</Date>
<Name>IDI</Name>
<Type>Fixed</Type>
<Value>6744.1700000000</Value>
</ExchangeRate>
</ExchangeRateResult>
</Result>