POST api/Sync_PersonLocationMaster
Request Information
URI Parameters
None.
Body Parameters
tbl_PersonLocationMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonLocationMaster_Id | integer |
None. |
|
| PersonId | integer |
None. |
|
| Lat | string |
None. |
|
| Long | string |
None. |
|
| Location | string |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonLocationMaster_Id": 1,
"PersonId": 2,
"Lat": "sample string 3",
"Long": "sample string 4",
"Location": "sample string 5",
"Type": "sample string 6"
}
application/xml, text/xml
Sample:
<tbl_PersonLocationMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MIDAS_API.Models"> <Lat>sample string 3</Lat> <Location>sample string 5</Location> <Long>sample string 4</Long> <PersonId>2</PersonId> <PersonLocationMaster_Id>1</PersonLocationMaster_Id> <Type>sample string 6</Type> </tbl_PersonLocationMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |