Business Date [GET]
Operation
This operation allow you to get the business date of the property.
GET
https://{environment}.ulysescloud.com/api/{version}/chain/{chainId}/property/{propertyId}/businessDate
Request
Property | Type | Required | Type parameter | Default value | Description |
---|---|---|---|---|---|
chainId | Integer | true | path parameter | Unique identificator of the chain. | |
propertyId | Integer | true | path parameter | property identificator. |
Example request
GET https://prod.ulysescloud.com/api/v1/con/chain/1/property/2/businessDate
Response
Entity
Property | Type | Required | Description |
---|---|---|---|
businessDate | LocalDate | true | The current business date of the property. |
Example response
{ "businessDate": "2021-03-26" }