POST api/Location/UpdateLocation

Request Information

URI Parameters

None.

Body Parameters

UpdateLocation
NameDescriptionTypeAdditional information
DealerId

integer

None.

DistributorId

integer

None.

NewLatitude

string

None.

NewLongitude

string

None.

ImageLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dealerId": 1,
  "distributorId": 1,
  "newLatitude": "sample string 1",
  "newLongitude": "sample string 2",
  "imageLink": "sample string 3"
}

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.