POST api/RecentPlaces

Request Information

URI Parameters

None.

Body Parameters

RecentPlace
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastUsed

date

None.

PlaceId

string

None.

GoogleId

string

None.

Reference

string

None.

Description_

string

None.

Active

boolean

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:41:21.4458424+02:00",
  "LastUsed": "2025-12-12T08:41:21.4458424+02:00",
  "PlaceId": "sample string 4",
  "GoogleId": "sample string 5",
  "Reference": "sample string 6",
  "Description_": "sample string 7",
  "Active": true,
  "UserId": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RecentPlace
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastUsed

date

None.

PlaceId

string

None.

GoogleId

string

None.

Reference

string

None.

Description_

string

None.

Active

boolean

None.

UserId

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "DateCreated": "2025-12-12T08:41:21.4458424+02:00",
  "LastUsed": "2025-12-12T08:41:21.4458424+02:00",
  "PlaceId": "sample string 4",
  "GoogleId": "sample string 5",
  "Reference": "sample string 6",
  "Description_": "sample string 7",
  "Active": true,
  "UserId": "sample string 9"
}