RemoteBillingEventSearchFilter
allAssetsboolean
This parameter is part of authorization mechanism. Should not be filled.
Example:
trueauthorizedAssetCodesstring[]
This parameter is part of authorization mechanism. Should not be filled.
Example:
["ABC","DEF"]contractCodesstring[]
List of contract codes that are concerned by billing events.
Example:
["ABC","DEF"]eventTypeCodesstring[]
List of billing event types.
Example:
["typeOne","typeTwo"]limitinteger<int64>
Filled from query param.
Example:
3offsetinteger<int64>
Filled from query param.
Example:
10organizationCodestring
Code of client. Will be filled with parameter.
Example:
STONALrequestedDatestring
Filter objects that are valid for this date (included).
Example:
2023-10-25sort object
Filled from query param.
fieldOrder object
property name*string
validFromstring
Filter objects that are valid until this date (included). Has to be used with validUntil.
Example:
2024-10-25validUntilstring
Filter objects that are valid until this date (included). Has to be used with validFrom.
Example:
2024-10-25RemoteBillingEventSearchFilter
{
"allAssets": true,
"authorizedAssetCodes": [
"ABC",
"DEF"
],
"contractCodes": [
"ABC",
"DEF"
],
"eventTypeCodes": [
"typeOne",
"typeTwo"
],
"limit": 3,
"offset": 10,
"organizationCode": "STONAL",
"requestedDate": "2023-10-25",
"sort": {
"code": "ASCENDING"
},
"validFrom": "2024-10-25",
"validUntil": "2024-10-25"
}