GET GetRecentPlaceByUserId?UserId={UserId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserId

string

Required

Body Parameters

None.

Response Information

Resource Description

GetRecentPlaceByUserId_Result
NameDescriptionTypeAdditional information
VendorName

string

None.

Logo

string

None.

RegistrationNo

string

None.

VatNumber

string

None.

Enabled

boolean

None.

TempLogo

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "VendorName": "sample string 1",
  "Logo": "sample string 2",
  "RegistrationNo": "sample string 3",
  "VatNumber": "sample string 4",
  "Enabled": true,
  "TempLogo": "QEA="
}

application/xml, text/xml

Sample:
<GetRecentPlaceByUserId_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BonaMarketAPI.Database">
  <Enabled>true</Enabled>
  <Logo>sample string 2</Logo>
  <RegistrationNo>sample string 3</RegistrationNo>
  <TempLogo>QEA=</TempLogo>
  <VatNumber>sample string 4</VatNumber>
  <VendorName>sample string 1</VendorName>
</GetRecentPlaceByUserId_Result>