v1
latestOpenAPI 3.0.32026-07-26208618579.9 KBGet repricing agreements
Retrieves the active price agreement period for a selected account and product
Retrieve active price agreement period for selected account and product
get/v1/priceagreement/account/{id}/product/{code}
Path parameters
idstring required
The account id you want to fetch the agreements for
codestring required
The code you want to fetch the agreement for
Query parameters
atDateTimestring date-time
Point in time when the agreement was active
auditUserstring required
The audit user to log the request
Response
Successfully retrieved the agreements
Example response
[
{
"validFrom": "2022-05-12T13:18:05Z",
"validTo": "2022-05-12T13:18:05Z"
}
]