GET api/BusinessDate?locationId={locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BusinessDate| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| Closed | boolean |
None. |
|
| DateCreated | date |
None. |
|
| CoinValuesCopied | boolean |
None. |
|
| enabled | boolean |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| displayName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"StartDate": "2025-12-10T11:56:29.9823564+00:00",
"EndDate": "2025-12-10T11:56:29.9823564+00:00",
"Closed": true,
"DateCreated": "2025-12-10T11:56:29.9823564+00:00",
"CoinValuesCopied": true,
"enabled": true,
"id": 6,
"name": "sample string 7",
"displayName": "sample string 8"
},
{
"StartDate": "2025-12-10T11:56:29.9823564+00:00",
"EndDate": "2025-12-10T11:56:29.9823564+00:00",
"Closed": true,
"DateCreated": "2025-12-10T11:56:29.9823564+00:00",
"CoinValuesCopied": true,
"enabled": true,
"id": 6,
"name": "sample string 7",
"displayName": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfBusinessDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models.MIMOCore">
<BusinessDate>
<displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 8</displayName>
<enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
<id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">6</id>
<name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 7</name>
<Closed>true</Closed>
<CoinValuesCopied>true</CoinValuesCopied>
<DateCreated>2025-12-10T11:56:29.9823564+00:00</DateCreated>
<EndDate>2025-12-10T11:56:29.9823564+00:00</EndDate>
<StartDate>2025-12-10T11:56:29.9823564+00:00</StartDate>
</BusinessDate>
<BusinessDate>
<displayName xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 8</displayName>
<enabled xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">true</enabled>
<id xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">6</id>
<name xmlns="http://schemas.datacontract.org/2004/07/libMIMO.models">sample string 7</name>
<Closed>true</Closed>
<CoinValuesCopied>true</CoinValuesCopied>
<DateCreated>2025-12-10T11:56:29.9823564+00:00</DateCreated>
<EndDate>2025-12-10T11:56:29.9823564+00:00</EndDate>
<StartDate>2025-12-10T11:56:29.9823564+00:00</StartDate>
</BusinessDate>
</ArrayOfBusinessDate>