Create repricing agreements
Link accounts to agreement
This operation will link the given list of accounts to a given agreement
POST
/
v1
/
priceagreement
/
{id}
/
link
Path Parameters
id
string
requiredThe id of the price agreement you want to connect the accounts to
Query Parameters
auditUser
string
requiredThe audit user to log the request
Body
application/json · object[]
accountId
string
The id of the card that you want to connect to a price agreement
validFrom
string
The RFC 3339 format date and time from what time the price list should be active. Cannot be null
validTo
string
The RFC 3339 format date and time when this price list should stop to be active. Cannot be greater than 'validFrom' of any other price list with the same 'code'. Can be null, which means this price list is active until this field is set
Response
201 - application/json
description
string
Short description of the result of the action
links
object[]
requiredWill contain the IDs of the resources that have been created or updated