POST api/LiveDeliveryDates/GetDeliveryDates
Request Information
URI Parameters
None.
Body Parameters
DeliveryDatesArguments| Name | Description | Type | Additional information |
|---|---|---|---|
| Credentials | ProxyCredentialArguments |
None. |
|
| FromDate | date |
None. |
|
| HowManyDays | time interval |
None. |
|
| SupplierId | integer |
None. |
|
| Temperature | Temperature |
None. |
Request Formats
application/json, text/json
Sample:
{
"Credentials": {
"APIVersion": 1,
"Division": "sample string 2",
"Username": "sample string 3",
"Password": "sample string 4",
"SiteCode": 5,
"CatalogueId": 6
},
"FromDate": "2025-12-16T12:53:37.0541949+00:00",
"HowManyDays": "00:00:00.1234567",
"SupplierId": 1,
"Temperature": 0
}
application/xml, text/xml
Sample:
<ProxyAPI.DeliveryDatesArguments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fidelity.Fusion.Catalogue.Common">
<Credentials>
<APIVersion>1</APIVersion>
<CatalogueId>6</CatalogueId>
<Division>sample string 2</Division>
<Password>sample string 4</Password>
<SiteCode>5</SiteCode>
<Username>sample string 3</Username>
</Credentials>
<FromDate>2025-12-16T12:53:37.0541949+00:00</FromDate>
<HowManyDays>PT0.1234567S</HowManyDays>
<SupplierId>1</SupplierId>
<Temperature>Any</Temperature>
</ProxyAPI.DeliveryDatesArguments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of DeliverySlot| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryDate | date |
None. |
|
| DeliveryTimeStart | date |
None. |
|
| DeliveryTimeEnd | date |
None. |
|
| Temperature | Temperature |
None. |
|
| DeliveryType | DeliveryType |
None. |
|
| OrderBy | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryDate": "2025-12-16T12:53:37.0698263+00:00",
"DeliveryTimeStart": "2025-12-16T12:53:37.0698263+00:00",
"DeliveryTimeEnd": "2025-12-16T12:53:37.0698263+00:00",
"Temperature": 0,
"DeliveryType": 0,
"OrderBy": "2025-12-16T12:53:37.0698263+00:00"
},
{
"DeliveryDate": "2025-12-16T12:53:37.0698263+00:00",
"DeliveryTimeStart": "2025-12-16T12:53:37.0698263+00:00",
"DeliveryTimeEnd": "2025-12-16T12:53:37.0698263+00:00",
"Temperature": 0,
"DeliveryType": 0,
"OrderBy": "2025-12-16T12:53:37.0698263+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfDeliverySlot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fidelity.Fusion.Catalogue.Common.Models">
<DeliverySlot>
<DeliveryDate>2025-12-16T12:53:37.0698263+00:00</DeliveryDate>
<DeliveryTimeEnd>2025-12-16T12:53:37.0698263+00:00</DeliveryTimeEnd>
<DeliveryTimeStart>2025-12-16T12:53:37.0698263+00:00</DeliveryTimeStart>
<DeliveryType>PresetDelivery</DeliveryType>
<OrderBy>2025-12-16T12:53:37.0698263+00:00</OrderBy>
<Temperature>Any</Temperature>
</DeliverySlot>
<DeliverySlot>
<DeliveryDate>2025-12-16T12:53:37.0698263+00:00</DeliveryDate>
<DeliveryTimeEnd>2025-12-16T12:53:37.0698263+00:00</DeliveryTimeEnd>
<DeliveryTimeStart>2025-12-16T12:53:37.0698263+00:00</DeliveryTimeStart>
<DeliveryType>PresetDelivery</DeliveryType>
<OrderBy>2025-12-16T12:53:37.0698263+00:00</OrderBy>
<Temperature>Any</Temperature>
</DeliverySlot>
</ArrayOfDeliverySlot>