GET ShipmentTimeSlot/GetTimeslotsConsignmentID?cityName={cityName}&streetName={streetName}&streetNo={streetNo}&consignmentID={consignmentID}&consumerID={consumerID}&earliestDelivery={earliestDelivery}&dueDateDays={dueDateDays}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cityName | string |
Required |
|
| streetName | string |
Required |
|
| streetNo | string |
Required |
|
| consignmentID | string |
Required |
|
| consumerID | integer |
Default value is 0 |
|
| earliestDelivery | date |
None. |
|
| dueDateDays | integer |
Default value is 10 |
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-11-03T08:48:56.4996462+02:00",
"EndTime": "2025-11-03T08:48:56.4996462+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-11-03T08:48:56.4996462+02:00",
"EndTime": "2025-11-03T08:48:56.4996462+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-11-03T08:48:56.4996462+02:00</EndTime>
<ExternalContractorID>1</ExternalContractorID>
<SetTimeSlotSuccess>true</SetTimeSlotSuccess>
<StartTime>2025-11-03T08:48:56.4996462+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-11-03T08:48:56.4996462+02:00</EndTime>
<ExternalContractorID>1</ExternalContractorID>
<SetTimeSlotSuccess>true</SetTimeSlotSuccess>
<StartTime>2025-11-03T08:48:56.4996462+02:00</StartTime>
<TimeSlotID>1</TimeSlotID>
<TimeSlotsContractorCapacityID>1</TimeSlotsContractorCapacityID>
</TimeSlotObject>
</ArrayOfTimeSlotObject>