POST api/UpdateOutletGeoinfo/Post

Request Information

URI Parameters

None.

Body Parameters

Collection of UpdateOutletGeoinfo
NameDescriptionTypeAdditional information
UID

string

None.

Longitude

string

None.

Latitude

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "UID": "sample string 1",
    "Longitude": "sample string 2",
    "Latitude": "sample string 3"
  },
  {
    "UID": "sample string 1",
    "Longitude": "sample string 2",
    "Latitude": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfUpdateOutletGeoinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VantageCoreApi.Data_Connection">
  <UpdateOutletGeoinfo>
    <Latitude>sample string 3</Latitude>
    <Longitude>sample string 2</Longitude>
    <UID>sample string 1</UID>
  </UpdateOutletGeoinfo>
  <UpdateOutletGeoinfo>
    <Latitude>sample string 3</Latitude>
    <Longitude>sample string 2</Longitude>
    <UID>sample string 1</UID>
  </UpdateOutletGeoinfo>
</ArrayOfUpdateOutletGeoinfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Call_Response
NameDescriptionTypeAdditional information
Result

string

None.

Response_Error

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.