Policy Charges Cancellation Summary [GET]
Operation
Information of the operation
GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/reservation/{reservationId}/policyChargesCancellation/summary
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | Unique identificator of the property. | |
reservationId | Integer | true | path parameter | Unique identificator of the reservation. |
Example request
GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/{chainId}/property/{{propertyId}/reservation/{reservationId}/policyChargesCancellation/summary
Response
Entity
Field Type Required Description total BigDecimal false paid BigDecimal false balance BigDecimal false
Example response
{ "total": 225.000000, "paid": 225.000000, "balance": 0.00 }