POST api/GetBDBrowseRecordList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_BrowseRecordQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Id": 1,
  "WkUserId": 1,
  "HuntOrRecruitId": 1,
  "Type": 1,
  "CreateTime": "2025-12-09T18:51:08.3863274+08:00",
  "UpdateTime": "2025-12-09T18:51:08.3863274+08:00",
  "BrowseTimes": 1,
  "Direction": 1,
  "Phone": "sample string 3"
}

application/xml, text/xml

Sample:
<BrowseRecordQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PageSize>1</PageSize>
  <PageIndex>2</PageIndex>
  <Id>1</Id>
  <WkUserId>1</WkUserId>
  <HuntOrRecruitId>1</HuntOrRecruitId>
  <Type>1</Type>
  <CreateTime>2025-12-09T18:51:08.3863274+08:00</CreateTime>
  <UpdateTime>2025-12-09T18:51:08.3863274+08:00</UpdateTime>
  <BrowseTimes>1</BrowseTimes>
  <Direction>1</Direction>
  <Phone>sample string 3</Phone>
</BrowseRecordQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>