POST Search/SaveSearchrecord

地图记录地址

Request Information

URI Parameters

None.

Body Parameters

对象model

searchrecord
NameDescriptionTypeAdditional information
id

string

String length: inclusive between 0 and 255

key

string

String length: inclusive between 0 and 255

address

string

String length: inclusive between 0 and 255

lng

decimal number

None.

lat

decimal number

None.

photo

string

String length: inclusive between 0 and 255

street

string

String length: inclusive between 0 and 255

createtime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "key": "sample string 2",
  "address": "sample string 3",
  "lng": 1.1,
  "lat": 1.1,
  "photo": "sample string 4",
  "street": "sample string 5",
  "createtime": "2025-06-21T19:19:19.4407079+08:00"
}

application/xml, text/xml

Sample:
<searchrecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataFactory">
  <address>sample string 3</address>
  <createtime>2025-06-21T19:19:19.4407079+08:00</createtime>
  <id>sample string 1</id>
  <key>sample string 2</key>
  <lat>1.1</lat>
  <lng>1.1</lng>
  <photo>sample string 4</photo>
  <street>sample string 5</street>
</searchrecord>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

返回对象model

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />