OpsImportFxRates
Request
The service request contains:
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
EffectiveDate | date | yes | Â | Â |
FxRates | list of FxRate items | yes | Â | See description of FxRate below |
Each FxRate item contains:
Name | Data Type | Required? | Default Value | Discussion |
---|---|---|---|---|
CurrencyCode | string | yes | Â | Â |
FxRate | float | yes | Â | Â |
Â
Response
The following data is returned:
Name | Data Type | Discussion |
---|---|---|
FxRateErrors | list of FxRateError items | see below |
Each FxRateError item contains:
Name | Data Type | Discussion |
---|---|---|
Index | int | Index of the timeoff record (position in FxRates) that failed. |
OpsError | OpsWebError | See Responses |