POST api/UpdateExistingCustomerLatLong
Request Information
URI Parameters
None.
Body Parameters
UpdateExistingCustomerLatLong| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| Address | string |
None. |
|
| IntrestedInProducts | string |
None. |
|
| IntrestedInSubProducts | string |
None. |
|
| Area | string |
None. |
|
| Mobile | string |
None. |
|
| Remarks | string |
None. |
|
| Lattitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Kcode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerID": 1,
"Address": "sample string 2",
"IntrestedInProducts": "sample string 3",
"IntrestedInSubProducts": "sample string 4",
"Area": "sample string 5",
"Mobile": "sample string 6",
"Remarks": "sample string 7",
"Lattitude": 8.1,
"Longitude": 9.1,
"Kcode": 10
}
application/xml, text/xml
Sample:
<UpdateExistingCustomerLatLong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoveSoftMobileAPPAPII.Models"> <Address>sample string 2</Address> <Area>sample string 5</Area> <CustomerID>1</CustomerID> <IntrestedInProducts>sample string 3</IntrestedInProducts> <IntrestedInSubProducts>sample string 4</IntrestedInSubProducts> <Kcode>10</Kcode> <Lattitude>8.1</Lattitude> <Longitude>9.1</Longitude> <Mobile>sample string 6</Mobile> <Remarks>sample string 7</Remarks> </UpdateExistingCustomerLatLong>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
UpdateExistingCustomerLatLong| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerID | integer |
None. |
|
| Address | string |
None. |
|
| IntrestedInProducts | string |
None. |
|
| IntrestedInSubProducts | string |
None. |
|
| Area | string |
None. |
|
| Mobile | string |
None. |
|
| Remarks | string |
None. |
|
| Lattitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Kcode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerID": 1,
"Address": "sample string 2",
"IntrestedInProducts": "sample string 3",
"IntrestedInSubProducts": "sample string 4",
"Area": "sample string 5",
"Mobile": "sample string 6",
"Remarks": "sample string 7",
"Lattitude": 8.1,
"Longitude": 9.1,
"Kcode": 10
}
application/xml, text/xml
Sample:
<UpdateExistingCustomerLatLong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DoveSoftMobileAPPAPII.Models"> <Address>sample string 2</Address> <Area>sample string 5</Area> <CustomerID>1</CustomerID> <IntrestedInProducts>sample string 3</IntrestedInProducts> <IntrestedInSubProducts>sample string 4</IntrestedInSubProducts> <Kcode>10</Kcode> <Lattitude>8.1</Lattitude> <Longitude>9.1</Longitude> <Mobile>sample string 6</Mobile> <Remarks>sample string 7</Remarks> </UpdateExistingCustomerLatLong>