Asset payments

This article explains the fields contained in responses received from the lease asset payments API endpoint.

General information

The general asset response contains all properties and is therefore used to describe the meaning of the field values. An example of a single asset payment may look like this:

"customerContext": {
  "customerName": "Testcompany GmbH",
  "leaseCompanyName": "CHG-MERIDIAN AG",
  "customerNumber": 903544,
  "leaseCompany": 1
},
"assetId": 41100005,
"leaseScheduleId": 2894568,
"paymentDate": "2022-08-01",
"periodBegin": "2022-08-01",
"periodEnd": "2022-08-31",
"currency": "EUR",
"amount": 48.25

The asset is uniquely identified by a combination of the leaseCompany, leaseScheduleId and assetId.

Asset payment properties

PropertyDescriptionRemarks
customerNameCustomer name
customerNumberCHG customer number
leaseCompanyNameCHG lessor company
leaseCompanyCHG lessor Id
assetIdCHG asset Id
leaseScheduleIdCHG lease schedule Id
paymentDatePayment date for the asset
periodBeginStart payment period of the assetOptional
periodEndEnd payment period of the assetOptional
amountPayment amount for the payment period
currencyCurrency of amountISO 4217 Code, e.g. EUR