GET api/dp/GetDeliveryPlanDeferralDates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DeliveryPlanDeferralDate
NameDescriptionTypeAdditional information
DeferralDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DeferralDate": "2025-08-02T15:20:20.4275461+02:00"
  },
  {
    "DeferralDate": "2025-08-02T15:20:20.4275461+02:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDeliveryPlanDeferralDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Services.Intranet.Models">
  <DeliveryPlanDeferralDate>
    <DeferralDate>2025-08-02T15:20:20.4275461+02:00</DeferralDate>
  </DeliveryPlanDeferralDate>
  <DeliveryPlanDeferralDate>
    <DeferralDate>2025-08-02T15:20:20.4275461+02:00</DeferralDate>
  </DeliveryPlanDeferralDate>
</ArrayOfDeliveryPlanDeferralDate>