PUT api/LineCleaner/UpdateLineCleanerLocation
Request Information
URI Parameters
None.
Body Parameters
APILineCleanerLocationUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ContactId | integer |
None. |
|
| LocationId | integer |
None. |
|
| CreatedDate | date |
None. |
|
| Latitude | decimal number |
None. |
|
| Longtitude | decimal number |
None. |
|
| PlaceId | string |
None. |
|
| CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ContactId": 1,
"LocationId": 2,
"CreatedDate": "2026-01-15T16:31:18.5464981+00:00",
"Latitude": 4.0,
"Longtitude": 5.0,
"PlaceId": "sample string 6",
"CustomerId": 7
}
application/xml, text/xml
Sample:
<APILineCleanerLocationUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <ContactId>1</ContactId> <CreatedDate>2026-01-15T16:31:18.5464981+00:00</CreatedDate> <CustomerId>7</CustomerId> <Latitude>4</Latitude> <LocationId>2</LocationId> <Longtitude>5</Longtitude> <PlaceId>sample string 6</PlaceId> </APILineCleanerLocationUpdateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": true
}
application/xml, text/xml
Sample:
<APICommonWrapperOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <Data>true</Data> <Message>sample string 1</Message> <Status>Continue</Status> </APICommonWrapperOfboolean>