POST l0/marked-location

Request Information

URI Parameters

None.

Body Parameters

tbl_typmemberlocation
NameDescriptionTypeAdditional information
Primary_OfficeLatitude

decimal number

Required

Primary_OfficeLongitude

decimal number

Required

Primary_OfficeAddress

string

None.

Primary_OfficeHomeBuildingName

string

None.

Primary_OfficeState

string

None.

Primary_OfficeCity

string

None.

Primary_OfficePincode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Primary_OfficeLatitude": 1.0,
  "Primary_OfficeLongitude": 1.0,
  "Primary_OfficeAddress": "sample string 1",
  "Primary_OfficeHomeBuildingName": "sample string 2",
  "Primary_OfficeState": "sample string 3",
  "Primary_OfficeCity": "sample string 4",
  "Primary_OfficePincode": 1
}

application/xml, text/xml

Sample:
<tbl_typmemberlocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abtyp_apiproject.Models">
  <Primary_OfficeAddress>sample string 1</Primary_OfficeAddress>
  <Primary_OfficeCity>sample string 4</Primary_OfficeCity>
  <Primary_OfficeHomeBuildingName>sample string 2</Primary_OfficeHomeBuildingName>
  <Primary_OfficeLatitude>1</Primary_OfficeLatitude>
  <Primary_OfficeLongitude>1</Primary_OfficeLongitude>
  <Primary_OfficePincode>1</Primary_OfficePincode>
  <Primary_OfficeState>sample string 3</Primary_OfficeState>
</tbl_typmemberlocation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'tbl_typmemberlocation'.

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.