AmendmentsGetResultResponse
Paginated list of amendments for an organization
data object[]required
Page of amendments, ordered by ascending internal id
Organization code that owns this amendment
ORGAAmendment business code (natural ID inside the organization)
A1Business code of the contract this amendment applies to
L1Date on which the amendment takes effect
2024-01-01Type of the amendment (see AmendmentType enum). Unknown values from upstream are mapped to UNKNOWN.
INFORMATIONHuman-readable label for the amendment
Renewal 2024Variation of rent introduced by the amendment, when applicable
12.34Variation of area introduced by the amendment, when applicable
5.5Date on which the amendment was signed
2023-12-15Server-side timestamp recorded when the amendment was integrated
2024-01-02T08:30:00paginate objectrequired
Pagination envelope; cursor is null when iteration is complete
Number of results
Possible values: <= 2000
50A marker indicating the position in a dataset, used to determine where to continue fetching results in paginated data
0{
"data": [
{
"organizationCode": "ORGA",
"code": "A1",
"contractCode": "L1",
"effectiveDate": "2024-01-01",
"amendmentType": "INFORMATION",
"name": "Renewal 2024",
"rentEvolution": 12.34,
"areaEvolution": 5.5,
"signatureDate": "2023-12-15",
"integrationDate": "2024-01-02T08:30:00"
}
],
"paginate": {
"size": 50,
"cursor": "0"
}
}