Skip to main content

RemoteBillingEventSearchFilter

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 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: 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 for this date (included).

Example: 2023-10-25
sort 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-25
validUntilstring

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

Example: 2024-10-25
RemoteBillingEventSearchFilter
{
"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"
}