GET ShipmentTimeSlot/GetTimeSlotsByConsignmentID?consignmentID={consignmentID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| consignmentID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TimeSlotObject| Name | Description | Type | Additional information |
|---|---|---|---|
| TimeSlotsContractorCapacityID | integer |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| DayNo | integer |
None. |
|
| ExternalContractorID | integer |
None. |
|
| DistrictID | string |
None. |
|
| CityID | string |
None. |
|
| TimeSlotID | integer |
None. |
|
| SetTimeSlotSuccess | boolean |
None. |
|
| CollectionDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TimeSlotsContractorCapacityID": 1,
"StartTime": "2025-12-20T07:24:47.140606+02:00",
"EndTime": "2025-12-20T07:24:47.140606+02:00",
"DayNo": 4,
"ExternalContractorID": 1,
"DistrictID": "sample string 5",
"CityID": "sample string 6",
"TimeSlotID": 1,
"SetTimeSlotSuccess": true,
"CollectionDate": "sample string 8"
},
{
"TimeSlotsContractorCapacityID": 1,
"StartTime": "2025-12-20T07:24:47.140606+02:00",
"EndTime": "2025-12-20T07:24:47.140606+02:00",
"DayNo": 4,
"ExternalContractorID": 1,
"DistrictID": "sample string 5",
"CityID": "sample string 6",
"TimeSlotID": 1,
"SetTimeSlotSuccess": true,
"CollectionDate": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfTimeSlotObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMSWebAPIBL.Handlers.TimeSlots.Models">
<TimeSlotObject>
<CityID>sample string 6</CityID>
<CollectionDate>sample string 8</CollectionDate>
<DayNo>4</DayNo>
<DistrictID>sample string 5</DistrictID>
<EndTime>2025-12-20T07:24:47.140606+02:00</EndTime>
<ExternalContractorID>1</ExternalContractorID>
<SetTimeSlotSuccess>true</SetTimeSlotSuccess>
<StartTime>2025-12-20T07:24:47.140606+02:00</StartTime>
<TimeSlotID>1</TimeSlotID>
<TimeSlotsContractorCapacityID>1</TimeSlotsContractorCapacityID>
</TimeSlotObject>
<TimeSlotObject>
<CityID>sample string 6</CityID>
<CollectionDate>sample string 8</CollectionDate>
<DayNo>4</DayNo>
<DistrictID>sample string 5</DistrictID>
<EndTime>2025-12-20T07:24:47.140606+02:00</EndTime>
<ExternalContractorID>1</ExternalContractorID>
<SetTimeSlotSuccess>true</SetTimeSlotSuccess>
<StartTime>2025-12-20T07:24:47.140606+02:00</StartTime>
<TimeSlotID>1</TimeSlotID>
<TimeSlotsContractorCapacityID>1</TimeSlotsContractorCapacityID>
</TimeSlotObject>
</ArrayOfTimeSlotObject>