POST searchlog

Request Information

URI Parameters

None.

Body Parameters

SearchLogEx
NameDescriptionTypeAdditional information
Id

integer

None.

SearchedDate

date

None.

LandLordName

string

None.

Name

string

None.

CVR

string

None.

Company

string

None.

UserName

string

None.

UserId

string

None.

SearchedDateOfBirth

date

None.

LandLordId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SearchedDate": "2025-11-17T16:55:57.9331653+01:00",
  "LandLordName": "sample string 2",
  "Name": "sample string 3",
  "CVR": "sample string 4",
  "Company": "sample string 5",
  "UserName": "sample string 6",
  "UserId": "sample string 7",
  "SearchedDateOfBirth": "2025-11-17T16:55:57.9331653+01:00",
  "LandLordId": 1
}

application/xml, text/xml

Sample:
<SearchLogEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TwoDoIT.TenantApp.Common">
  <CVR>sample string 4</CVR>
  <Company>sample string 5</Company>
  <Id>1</Id>
  <LandLordId>1</LandLordId>
  <LandLordName>sample string 2</LandLordName>
  <Name>sample string 3</Name>
  <SearchedDate>2025-11-17T16:55:57.9331653+01:00</SearchedDate>
  <SearchedDateOfBirth>2025-11-17T16:55:57.9331653+01:00</SearchedDateOfBirth>
  <UserId>sample string 7</UserId>
  <UserName>sample string 6</UserName>
</SearchLogEx>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchLogEx'.

Response Information

Resource Description

SearchLogEx
NameDescriptionTypeAdditional information
Id

integer

None.

SearchedDate

date

None.

LandLordName

string

None.

Name

string

None.

CVR

string

None.

Company

string

None.

UserName

string

None.

UserId

string

None.

SearchedDateOfBirth

date

None.

LandLordId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SearchedDate": "2025-11-17T16:55:57.9331653+01:00",
  "LandLordName": "sample string 2",
  "Name": "sample string 3",
  "CVR": "sample string 4",
  "Company": "sample string 5",
  "UserName": "sample string 6",
  "UserId": "sample string 7",
  "SearchedDateOfBirth": "2025-11-17T16:55:57.9487914+01:00",
  "LandLordId": 1
}

application/xml, text/xml

Sample:
<SearchLogEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TwoDoIT.TenantApp.Common">
  <CVR>sample string 4</CVR>
  <Company>sample string 5</Company>
  <Id>1</Id>
  <LandLordId>1</LandLordId>
  <LandLordName>sample string 2</LandLordName>
  <Name>sample string 3</Name>
  <SearchedDate>2025-11-17T16:55:57.9331653+01:00</SearchedDate>
  <SearchedDateOfBirth>2025-11-17T16:55:57.9487914+01:00</SearchedDateOfBirth>
  <UserId>sample string 7</UserId>
  <UserName>sample string 6</UserName>
</SearchLogEx>