POST api/InOut/LatLongList

Request Information

URI Parameters

None.

Body Parameters

LatLongList
NameDescriptionTypeAdditional information
DealrID

integer

None.

DistributorId

integer

None.

Lat

string

None.

Long

string

None.

Request Formats

application/json, text/json

Sample:
{
  "dealrID": 1,
  "distributorId": 1,
  "lat": "sample string 1",
  "long": "sample string 2"
}

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.