v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBCreate an account
Create a multi-currency account
This operation will create a multicurrency account
post/v4/{multiCurr}/customer/{customerId}
Path parameters
multiCurr'MULTICURR_DKK_DK' | 'MULTICURR_EUR_AT' | 'MULTICURR_EUR_DE' | 'MULTICURR_EUR_ES' | 'MULTICURR_EUR_FI' | 'MULTICURR_EUR_FR' | 'MULTICURR_EUR_IE' | 'MULTICURR_EUR_IT' | 'MULTICURR_GBP_GB' | 'MULTICURR_SEK_SE' | 'MULTICURR_EUR_NL' | 'MULTICURR_EUR_LU' | 'MULTICURR_EUR_BE' | 'MULTICURR_NOK_NO' | 'MULTICURR_EUR_PT' | 'MULTICURR_EUR_EE' | 'MULTICURR_EUR_LV' | 'MULTICURR_EUR_LT' | 'MULTICURR_EUR_MT' | 'MULTICURR_PLN_PL' required
Specific multicurrency template
customerIdstring biginteger required
The customer id of which customer you want to create the account on
Query parameters
auditUserstring required
The audit user to log the request
Request body
Example request
{
"expiration": {
"year": 2019,
"month": 1
},
"digitalLayoutCode": "abc123abc",
"scheduledClosing": {
"time": "2099-12-31T03:00:00.000Z"
},
"creditLimit": 10000
}Response
Successful creation of the account