POST api/Common/AddApiGeoLocationLogs
Request Information
URI Parameters
None.
Body Parameters
AddApiGeoLocationLogsPrm| Name | Description | Type | Additional information |
|---|---|---|---|
| address | string |
None. |
|
| Latidude | string |
None. |
|
| Longitude | string |
None. |
|
| purpose | string |
None. |
|
| purposeId | integer |
None. |
|
| type_ids | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"address": "sample string 1",
"Latidude": "sample string 2",
"Longitude": "sample string 3",
"purpose": "sample string 4",
"purposeId": 5,
"type_ids": "sample string 6"
}
text/html
Sample:
{"address":"sample string 1","Latidude":"sample string 2","Longitude":"sample string 3","purpose":"sample string 4","purposeId":5,"type_ids":"sample string 6"}
application/xml, text/xml
Sample:
<AddApiGeoLocationLogsPrm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <Latidude>sample string 2</Latidude> <Longitude>sample string 3</Longitude> <address>sample string 1</address> <purpose>sample string 4</purpose> <purposeId>5</purposeId> <type_ids>sample string 6</type_ids> </AddApiGeoLocationLogsPrm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/11/08 07:59:51",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
text/html
Sample:
{"Version":"1.0.0","dateTime":"2025/11/08 07:59:51","StatusCode":1,"ErrorMessage":"sample string 2","Result":{}}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>