/
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 |
---|---|---|---|---|---|
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
}
, multiple selections available,
Related content
Offer GetById [GET]
Offer GetById [GET]
More like this
Policy List [GET]
Policy List [GET]
More like this
Promotion GetById [GET]
Promotion GetById [GET]
More like this
Rate GetById [GET]
Rate GetById [GET]
More like this
Customer by ID [GET]
Customer by ID [GET]
More like this
Get CompanyAccounting by Id [GET]
Get CompanyAccounting by Id [GET]
More like this