Skip to main content

RemoteAmendmentSearchFilter

allAssetsboolean

This parameter is part of authorization mechanism. Should not be filled.

Example: true
authorizedAssetCodesstring[]

This parameter is part of authorization mechanism. Should not be filled.

Example: ["ABC","DEF"]
contractCodesstring[]

List of contracts concerned by searched amendments.

Example: ["ABC","DEF"]
limitinteger<int64>

Filled from query param.

Example: 3
offsetinteger<int64>

Filled from query param.

Example: 10
organizationCodestring

Code of client. Will be filled with parameter.

Example: STONAL
requestedDatestring

Filter objects that are valid starting from this date (included). Has to be used with validUntil.

Example: 2023-10-25
sort object

Filled from query param.

fieldOrder object
property name*string
validUntilstring

Filter objects that are valid until this date (included). Has to be used with validFrom.

Example: 2024-10-25
RemoteAmendmentSearchFilter
{
"allAssets": true,
"authorizedAssetCodes": [
"ABC",
"DEF"
],
"contractCodes": [
"ABC",
"DEF"
],
"limit": 3,
"offset": 10,
"organizationCode": "STONAL",
"requestedDate": "2023-10-25",
"sort": {
"code": "ASCENDING"
},
"validUntil": "2024-10-25"
}