POST api/UserPlaceApi

Request Information

URI Parameters

None.

Body Parameters

UserPlacesViewModel
NameDescriptionTypeAdditional information
PlaceId

integer

None.

PlaceTitle

string

None.

FullAddress

string

None.

Latitude1

decimal number

None.

Latitude2

decimal number

None.

Longitude1

decimal number

None.

Longitude2

decimal number

None.

Remark

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Status

integer

None.

SaaSid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PlaceId": 1,
  "PlaceTitle": "sample string 2",
  "FullAddress": "sample string 3",
  "Latitude1": 1.1,
  "Latitude2": 1.1,
  "Longitude1": 1.1,
  "Longitude2": 1.1,
  "Remark": "sample string 4",
  "CreatedBy": "sample string 5",
  "CreatedDate": "2026-07-18T00:58:39.2103753+05:30",
  "UpdatedBy": "sample string 7",
  "UpdatedDate": "2026-07-18T00:58:39.2103753+05:30",
  "Status": 9,
  "SaaSid": "sample string 10"
}

application/xml, text/xml

Sample:
<UserPlacesViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TMSPRO.BusinessModel">
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDate>2026-07-18T00:58:39.2103753+05:30</CreatedDate>
  <FullAddress>sample string 3</FullAddress>
  <Latitude1>1.1</Latitude1>
  <Latitude2>1.1</Latitude2>
  <Longitude1>1.1</Longitude1>
  <Longitude2>1.1</Longitude2>
  <PlaceId>1</PlaceId>
  <PlaceTitle>sample string 2</PlaceTitle>
  <Remark>sample string 4</Remark>
  <SaaSid>sample string 10</SaaSid>
  <Status>9</Status>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDate>2026-07-18T00:58:39.2103753+05:30</UpdatedDate>
</UserPlacesViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>