PUT api/LineCleaner/UpdateLineCleanerLocation

Request Information

URI Parameters

None.

Body Parameters

APILineCleanerLocationUpdateRequest
NameDescriptionTypeAdditional 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": "2025-08-28T22:13:02.7613259+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>2025-08-28T22:13:02.7613259+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
NameDescriptionTypeAdditional 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>