/currencyConversions/{currencyConversionID}/importType
Create an import job for a given currency conversion table with the selected import type.
This endpoint also allows the Mapping parameter.
API Request Details
|
URL |
{BaseURL}/currencyConversions/{currencyConversionID}/importType |
|
Request Type |
POST |
|
Request Content |
application/json |
|
Required Header |
|
|
Name |
x-csrf-token |
|
Value |
<token> |
Additional Parameters
-
importType: mandatory parameter to specify the type of import job you want to create
-
Mapping: optional parameter that allows custom column names to reference internal column names on the currency conversion table.
-
JobSettings: optional parameter to fine-tune how the data is combined with the target model based on matches of dimensions.
Error Responses
|
HTTP Status Code |
Returns |
|---|---|
|
400 |
Bad Request |
|
403 |
Unauthorized |
|
404 |
Not Found |
|
500 |
Unexpected Error |