POST api/UpdateMyCurrentLocation

Request Information

URI Parameters

None.

Body Parameters

UpdateLatLongNew
NameDescriptionTypeAdditional information
REEMARK

string

None.

REEMARK_TYPE

string

None.

LATTITUDE

string

None.

LONGITUDE

string

None.

SALESTEAM_ID

string

None.

TASK

string

None.

ACCESS_TOKEN

string

None.

LOCATION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "REEMARK": "sample string 1",
  "REEMARK_TYPE": "sample string 2",
  "LATTITUDE": "sample string 3",
  "LONGITUDE": "sample string 4",
  "SALESTEAM_ID": "sample string 5",
  "TASK": "sample string 6",
  "ACCESS_TOKEN": "sample string 7",
  "LOCATION": "sample string 8"
}

application/xml, text/xml

Sample:
<UpdateLatLongNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models">
  <ACCESS_TOKEN>sample string 7</ACCESS_TOKEN>
  <LATTITUDE>sample string 3</LATTITUDE>
  <LOCATION>sample string 8</LOCATION>
  <LONGITUDE>sample string 4</LONGITUDE>
  <REEMARK>sample string 1</REEMARK>
  <REEMARK_TYPE>sample string 2</REEMARK_TYPE>
  <SALESTEAM_ID>sample string 5</SALESTEAM_ID>
  <TASK>sample string 6</TASK>
</UpdateLatLongNew>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.