GET api/MasterConfig/BroadCast/DeliveryZoneBroadcastingSummary?ZoneID={ZoneID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ZoneID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DeliveryZoneBroadcastSummaryAPIVM| Name | Description | Type | Additional 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": "2026-02-16T22:23:37.9628484+05:30",
"LatestBST": "2026-02-16T22:23:37.9628484+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>2026-02-16T22:23:37.9628484+05:30</LatestBST> <OldestBST>2026-02-16T22:23:37.9628484+05:30</OldestBST> <TotalAAUOD>2</TotalAAUOD> <TotalVolume>1</TotalVolume> </DeliveryZoneBroadcastSummaryAPIVM>