Operation
Information of the operation
Rw ui textbox macro | ||
---|---|---|
| ||
Only accessible with permission of pms.integration.billing |
Style |
---|
table { width: 100%; } body.page-gadget { padding-top: 20px; } .separator{ margin: 5px 0; } |
Div | ||
---|---|---|
| ||
GET |
Div | ||
---|---|---|
| ||
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
Code Block | ||||
---|---|---|---|---|
| ||||
GET https://prod.ulysescloud.com/api/v1/chain/1/property/1/billingPayment |
Response
Property | Type | Required | Description |
---|---|---|---|
Page | Page | true |
Entity
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Example response
Code Block | ||
---|---|---|
| ||
[{ "productionDate": "2019-01-30", "postingDate": "2019-01-30", "product": { "id": 431, "name": "Cash", "productType": { "code": "PAY", "name": "Payment" } }, "quantity": 1, "amount": 2291, "currency": { "code": "EUR", "name": "Euro" }, "invoice": null }, { "productionDate": "2019-01-30", "postingDate": "2019-01-30", "product": { "id": 431, "name": "Cash", "productType": { "code": "PAY", "name": "Payment" } }, "quantity": 1, "amount": 340, "currency": { "code": "EUR", "name": "Euro" }, "invoice": null }, { "productionDate": "2019-01-28", "postingDate": "2019-01-28", "product": { "id": 431, "name": "Cash", "productType": { "code": "PAY", "name": "Payment" } }, "quantity": 1, "amount": 1575, "currency": { "code": "EUR", "name": "Euro" }, "invoice": null } ] |