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": "2026-02-04T03:22:08.3445012+01:00"
  },
  {
    "DeferralDate": "2026-02-04T03:22:08.3445012+01: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>2026-02-04T03:22:08.3445012+01:00</DeferralDate>
  </DeliveryPlanDeferralDate>
  <DeliveryPlanDeferralDate>
    <DeferralDate>2026-02-04T03:22:08.3445012+01:00</DeferralDate>
  </DeliveryPlanDeferralDate>
</ArrayOfDeliveryPlanDeferralDate>