GET api/v1/{posId}/timeschedules
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| posId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TimeSchedule| Name | Description | Type | Additional information |
|---|---|---|---|
| ScheduleID | globally unique identifier |
None. |
|
| SalesPersonNo | string |
None. |
|
| StoreID | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| Approved | boolean |
None. |
|
| Exported | boolean |
None. |
|
| Type | integer |
None. |
|
| ExchangeServerTaskID | string |
None. |
|
| IsSMSSent | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ScheduleID": "5c058a2f-3556-494c-ab61-af3562b9b1fc",
"SalesPersonNo": "sample string 2",
"StoreID": "sample string 3",
"StartDate": "2025-12-06T05:41:29.1692919+01:00",
"EndDate": "2025-12-06T05:41:29.1692919+01:00",
"StartTime": "sample string 6",
"EndTime": "sample string 7",
"Approved": true,
"Exported": true,
"Type": 8,
"ExchangeServerTaskID": "sample string 9",
"IsSMSSent": true
},
{
"ScheduleID": "5c058a2f-3556-494c-ab61-af3562b9b1fc",
"SalesPersonNo": "sample string 2",
"StoreID": "sample string 3",
"StartDate": "2025-12-06T05:41:29.1692919+01:00",
"EndDate": "2025-12-06T05:41:29.1692919+01:00",
"StartTime": "sample string 6",
"EndTime": "sample string 7",
"Approved": true,
"Exported": true,
"Type": 8,
"ExchangeServerTaskID": "sample string 9",
"IsSMSSent": true
}
]
text/html
Sample:
[{"ScheduleID":"5c058a2f-3556-494c-ab61-af3562b9b1fc","SalesPersonNo":"sample string 2","StoreID":"sample string 3","StartDate":"2025-12-06T05:41:29.1692919+01:00","EndDate":"2025-12-06T05:41:29.1692919+01:00","StartTime":"sample string 6","EndTime":"sample string 7","Approved":true,"Exported":true,"Type":8,"ExchangeServerTaskID":"sample string 9","IsSMSSent":true},{"ScheduleID":"5c058a2f-3556-494c-ab61-af3562b9b1fc","SalesPersonNo":"sample string 2","StoreID":"sample string 3","StartDate":"2025-12-06T05:41:29.1692919+01:00","EndDate":"2025-12-06T05:41:29.1692919+01:00","StartTime":"sample string 6","EndTime":"sample string 7","Approved":true,"Exported":true,"Type":8,"ExchangeServerTaskID":"sample string 9","IsSMSSent":true}]
application/xml, text/xml
Sample:
<Root>
<Data>
<ScheduleID>5c058a2f-3556-494c-ab61-af3562b9b1fc</ScheduleID>
<SalesPersonNo>sample string 2</SalesPersonNo>
<StoreID>sample string 3</StoreID>
<StartDate>2025-12-06T05:41:29.1692919+01:00</StartDate>
<EndDate>2025-12-06T05:41:29.1692919+01:00</EndDate>
<StartTime>sample string 6</StartTime>
<EndTime>sample string 7</EndTime>
<Approved>true</Approved>
<Exported>true</Exported>
<Type>8</Type>
<ExchangeServerTaskID>sample string 9</ExchangeServerTaskID>
<IsSMSSent>true</IsSMSSent>
</Data>
<Data>
<ScheduleID>5c058a2f-3556-494c-ab61-af3562b9b1fc</ScheduleID>
<SalesPersonNo>sample string 2</SalesPersonNo>
<StoreID>sample string 3</StoreID>
<StartDate>2025-12-06T05:41:29.1692919+01:00</StartDate>
<EndDate>2025-12-06T05:41:29.1692919+01:00</EndDate>
<StartTime>sample string 6</StartTime>
<EndTime>sample string 7</EndTime>
<Approved>true</Approved>
<Exported>true</Exported>
<Type>8</Type>
<ExchangeServerTaskID>sample string 9</ExchangeServerTaskID>
<IsSMSSent>true</IsSMSSent>
</Data>
</Root>
application/csv
Sample:
Sample not available.
text/csv
Sample:
Sample not available.