POST api/IdealPartner/GetMapData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PartnerMapLocation
NameDescriptionTypeAdditional information
Address

string

None.

Latitude

string

None.

Longitude

string

None.

StoreName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Address": "sample string 1",
    "Latitude": "sample string 2",
    "Longitude": "sample string 3",
    "StoreName": "sample string 4"
  },
  {
    "Address": "sample string 1",
    "Latitude": "sample string 2",
    "Longitude": "sample string 3",
    "StoreName": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPartnerMapLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <PartnerMapLocation>
    <Address>sample string 1</Address>
    <Latitude>sample string 2</Latitude>
    <Longitude>sample string 3</Longitude>
    <StoreName>sample string 4</StoreName>
  </PartnerMapLocation>
  <PartnerMapLocation>
    <Address>sample string 1</Address>
    <Latitude>sample string 2</Latitude>
    <Longitude>sample string 3</Longitude>
    <StoreName>sample string 4</StoreName>
  </PartnerMapLocation>
</ArrayOfPartnerMapLocation>