Operation
Information of the operation
GET
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/billingPayment
Request
Property | Type | Required | Default value | Description |
---|---|---|---|---|
chainId | Integer | true | Unique identificator of the chain. | |
propertyId | Integer | true | Unique identificator of the property. | |
from | LocalDate | true | Start of date range | |
to | LocalDate | true | End of date range |
Example request
GET https://prod.ulysescloud.com/api/v1/chain/1/property/1/billingPayment
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true |
Entity
Field | Type | Required | Description |
---|---|---|---|
id | Integer | true | Identificator of the BillingPayment |
sequence | Integer | true | Sequence of the folioProduct/invoiceProduct |
productionDate | Integer | true | Date when the payment enters in production |
postingDate | String | true | Date when the payment is posted. |
payment | Payment | true | The product of type payment associated to this billingPayment. |
quantity | Integer | true | |
amount | BigDecimal | true | |
currency | Currency | true | |
invoice | Invoice | false | The Invoice related to this payment |
folio | Folio | false | The Folio related to this payment |
paymentReceipt | PaymentReceipt | false | Payment receipt related to this billing payment |
Example response
[{ "productionDate": "2019-01-30", "postingDate": "2019-01-30", "product": { "id": 431, "name": "Cash", "productType": { "code": "PAY", "name": "Payment" } }, "productName": "Cash", "quantity": 1, "amount": 2291, "currency": { "code": "EUR", "name": "Euro" } }, { "productionDate": "2019-01-30", "postingDate": "2019-01-30", "product": { "id": 431, "name": "Cash", "productType": { "code": "PAY", "name": "Payment" } }, "productName": "Cash", "quantity": 1, "amount": 340, "currency": { "code": "EUR", "name": "Euro" } }, { "productionDate": "2019-01-28", "postingDate": "2019-01-28", "product": { "id": 431, "name": "Cash", "productType": { "code": "PAY", "name": "Payment" } }, "productName": "Cash", "quantity": 1, "amount": 1575, "currency": { "code": "EUR", "name": "Euro" } } ]