/
Business Date [GET]
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" }
, multiple selections available,
Related content
Paid in advance list by date range [GET]
Paid in advance list by date range [GET]
More like this
Billing Payment list by date range [GET]
Billing Payment list by date range [GET]
More like this
Revenue list [GET]
Revenue list [GET]
Read with this
Offer GetById [GET]
Offer GetById [GET]
More like this
Promotion GetById [GET]
Promotion GetById [GET]
More like this
Revenue by Source [GET]
Revenue by Source [GET]
More like this