GET api/MasterConfig/BroadCast/DeliveryZoneBroadcastingSummary?ZoneID={ZoneID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ZoneID

integer

Required

Body Parameters

None.

Response Information

Resource Description

DeliveryZoneBroadcastSummaryAPIVM
NameDescriptionTypeAdditional information
TotalVolume

integer

None.

TotalAAUOD

integer

None.

OldestBST

date

None.

LatestBST

date

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalVolume": 1,
  "TotalAAUOD": 2,
  "OldestBST": "2025-12-07T09:56:01.119224+05:30",
  "LatestBST": "2025-12-07T09:56:01.119224+05:30"
}

application/xml, text/xml

Sample:
<DeliveryZoneBroadcastSummaryAPIVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operations.CustomModels">
  <LatestBST>2025-12-07T09:56:01.119224+05:30</LatestBST>
  <OldestBST>2025-12-07T09:56:01.119224+05:30</OldestBST>
  <TotalAAUOD>2</TotalAAUOD>
  <TotalVolume>1</TotalVolume>
</DeliveryZoneBroadcastSummaryAPIVM>