/
Policy GetById [GET]

Policy GetById [GET]

Operation

Information of the operation

GET
https://{environment}.ulysescloud.com/public/api/{version}/con/chain/{chainId}/property/{propertyId}/policy/{policy}



Request

Property

Type

Required

Type parameter

Default value

Description

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.

propertyPolicyId

Integer

true

path parameter

 

Unique identificator of the property policy.

Example request

GET https://publicapi-providers.ulysescloud.com:9797/public/api/v1/con/chain/1/property/1/policy/1

 

Response

The response is an entity of type Policy or an error if it's not found.

Entity

Example response

{ "id": 7, "code": "NR", "name": "Non Refundable", "description": null, "nonRefundable": true, "deadLineDay": 0, "deadLineHour": 0, "policyChargeType": { "id": 1, "code": "PERCET", "name": "Percentage" }, "chargeValue": 100.000000, "depositSuggestedAmount": 100.000000, "depositSuggestedPercentageAmount": 100.000000 }



Related content