GET api/applicant/RestaurantApplication/GetRestaurantEstablishmentDetailsByAppID?applicationId={applicationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
applicationId

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfRestaurantEstablishmentGetDTO
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

RestaurantEstablishmentGetDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {
    "AppEstablishmentID": 1,
    "ApplicationID": "sample string 1",
    "SectionID": 2,
    "EstablishmentName": "sample string 3",
    "OwnershipType": "sample string 4",
    "EstablishmentFullPostalAddress": "sample string 5",
    "DistrictName": "sample string 6",
    "DistanceFromNearestShoppingCenterInKm": "sample string 7",
    "EstablishmentContactNumber": "sample string 8",
    "EstablishmentEmail": "sample string 9",
    "EstablishmentWebsite": "sample string 10",
    "WeatherOwnBuildingOrRented": true,
    "LicenseFromExciseDepartment": true,
    "TrainedStaffFromRecognizedInstitute": true,
    "LicenseNumber": "sample string 14",
    "LicenseDate": "2026-04-25T23:08:44.5063759+05:30",
    "ProposedPricingStructure": "sample string 15",
    "DateOfCommencement": "2026-04-25T23:08:44.5063759+05:30",
    "GuestCapacity": "sample string 16",
    "IsCompleted": true
  }
}

application/xml, text/xml

Sample:
<ApiResponseOfRestaurantEstablishmentGetDTOj_Pf0XX_P4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tourism.Entities.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Tourism.Entities.CustomApplicationModels">
    <d2p1:AppEstablishmentID>1</d2p1:AppEstablishmentID>
    <d2p1:ApplicationID>sample string 1</d2p1:ApplicationID>
    <d2p1:DateOfCommencement>2026-04-25T23:08:44.5063759+05:30</d2p1:DateOfCommencement>
    <d2p1:DistanceFromNearestShoppingCenterInKm>sample string 7</d2p1:DistanceFromNearestShoppingCenterInKm>
    <d2p1:DistrictName>sample string 6</d2p1:DistrictName>
    <d2p1:EstablishmentContactNumber>sample string 8</d2p1:EstablishmentContactNumber>
    <d2p1:EstablishmentEmail>sample string 9</d2p1:EstablishmentEmail>
    <d2p1:EstablishmentFullPostalAddress>sample string 5</d2p1:EstablishmentFullPostalAddress>
    <d2p1:EstablishmentName>sample string 3</d2p1:EstablishmentName>
    <d2p1:EstablishmentWebsite>sample string 10</d2p1:EstablishmentWebsite>
    <d2p1:GuestCapacity>sample string 16</d2p1:GuestCapacity>
    <d2p1:IsCompleted>true</d2p1:IsCompleted>
    <d2p1:LicenseDate>2026-04-25T23:08:44.5063759+05:30</d2p1:LicenseDate>
    <d2p1:LicenseFromExciseDepartment>true</d2p1:LicenseFromExciseDepartment>
    <d2p1:LicenseNumber>sample string 14</d2p1:LicenseNumber>
    <d2p1:OwnershipType>sample string 4</d2p1:OwnershipType>
    <d2p1:ProposedPricingStructure>sample string 15</d2p1:ProposedPricingStructure>
    <d2p1:SectionID>2</d2p1:SectionID>
    <d2p1:TrainedStaffFromRecognizedInstitute>true</d2p1:TrainedStaffFromRecognizedInstitute>
    <d2p1:WeatherOwnBuildingOrRented>true</d2p1:WeatherOwnBuildingOrRented>
  </Data>
  <Message>sample string 2</Message>
  <Success>true</Success>
</ApiResponseOfRestaurantEstablishmentGetDTOj_Pf0XX_P4>