GET api/v1/delivery/boundaries?postalCode={postalCode}&latitude={latitude}&longitude={longitude}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
postalCode

string

None.

latitude

decimal number

None.

longitude

decimal number

None.

Body Parameters

None.

Response Information

Resource Description

RouteBoundariesResponse
NameDescriptionTypeAdditional information
routeBoundaries

Collection of RouteBoundary

None.

lastUpdated

date

None.

Response Formats

application/json, text/json

Sample:
{
  "routeBoundaries": [
    {
      "postalCode": "sample string 1",
      "carrierRoute": "sample string 2",
      "name": "sample string 3",
      "residentialCount": 4,
      "businessCount": 5,
      "multiFamilyCount": 6,
      "singleFamilyCount": 7,
      "poBoxCount": 8,
      "totalCount": 9,
      "latitude": 10.1,
      "longitude": 11.1,
      "boundary": [
        "sample string 1",
        "sample string 2"
      ],
      "parentID": 1,
      "id": 12,
      "medianAge": "sample string 13",
      "medianIncome": "sample string 14"
    },
    {
      "postalCode": "sample string 1",
      "carrierRoute": "sample string 2",
      "name": "sample string 3",
      "residentialCount": 4,
      "businessCount": 5,
      "multiFamilyCount": 6,
      "singleFamilyCount": 7,
      "poBoxCount": 8,
      "totalCount": 9,
      "latitude": 10.1,
      "longitude": 11.1,
      "boundary": [
        "sample string 1",
        "sample string 2"
      ],
      "parentID": 1,
      "id": 12,
      "medianAge": "sample string 13",
      "medianIncome": "sample string 14"
    }
  ],
  "lastUpdated": "2026-09-22T19:17:45.6428238+00:00"
}

application/xml, text/xml

Sample:
<RouteBoundariesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PFL.PFLLink.BO.PFLAPI.Response">
  <LastUpdated>2026-09-22T19:17:45.6428238+00:00</LastUpdated>
  <RouteBoundaries>
    <RouteBoundary>
      <Boundary xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Boundary>
      <BusinessCount>5</BusinessCount>
      <CarrierRoute>sample string 2</CarrierRoute>
      <Id>12</Id>
      <Latitude>10.1</Latitude>
      <Longitude>11.1</Longitude>
      <MedianAge>sample string 13</MedianAge>
      <MedianIncome>sample string 14</MedianIncome>
      <MultiFamilyCount>6</MultiFamilyCount>
      <Name>sample string 3</Name>
      <ParentID>1</ParentID>
      <PoBoxCount>8</PoBoxCount>
      <PostalCode>sample string 1</PostalCode>
      <ResidentialCount>4</ResidentialCount>
      <SingleFamilyCount>7</SingleFamilyCount>
      <TotalCount>9</TotalCount>
    </RouteBoundary>
    <RouteBoundary>
      <Boundary xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </Boundary>
      <BusinessCount>5</BusinessCount>
      <CarrierRoute>sample string 2</CarrierRoute>
      <Id>12</Id>
      <Latitude>10.1</Latitude>
      <Longitude>11.1</Longitude>
      <MedianAge>sample string 13</MedianAge>
      <MedianIncome>sample string 14</MedianIncome>
      <MultiFamilyCount>6</MultiFamilyCount>
      <Name>sample string 3</Name>
      <ParentID>1</ParentID>
      <PoBoxCount>8</PoBoxCount>
      <PostalCode>sample string 1</PostalCode>
      <ResidentialCount>4</ResidentialCount>
      <SingleFamilyCount>7</SingleFamilyCount>
      <TotalCount>9</TotalCount>
    </RouteBoundary>
  </RouteBoundaries>
</RouteBoundariesResponse>

multipart/form-data

Sample:

An exception has occurred while using the formatter 'MultiPartMediaFormat' to generate sample for media type 'multipart/form-data'. Exception message: The media type formatter of type 'MultiPartMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/png

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/png'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/jpg

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/jpg'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/jpeg

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/jpeg'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.

image/bmp

Sample:

An exception has occurred while using the formatter 'ImageMediaFormat' to generate sample for media type 'image/bmp'. Exception message: The media type formatter of type 'ImageMediaFormat' does not support writing because it does not implement the WriteToStreamAsync method.