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


PropertyTypeRequiredType parameterDefault valueDescription
chainIdIntegertruepath parameter
Unique identificator of the chain.
propertyIdIntegertruepath parameter
Unique identificator of the property.
reservationIdIntegertruepath 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



FieldTypeRequiredDescription
totalBigDecimalfalse
paidBigDecimalfalse
balanceBigDecimalfalse

Example response

{
	"total": 225.000000,
	"paid": 225.000000,
	"balance": 0.00
}