v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBCreate an account
Create credit account
This operation will create a credit account
post/v4/CREDIT/customer/{customerId}
Path parameters
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,
"paymentTerms": 10,
"eInvoice": {
"address": "FI7165429021331431",
"operator": "NDEAFIHH",
"paymentInstruction": "AA"
},
"invoiceDayOfMonth": 21,
"productCode": "CARD_EUR_FI"
}Response
Successful creation of the account