GET api/Accomodations_by_country_code?country_code={country_code}
Get Accommodation by matching the provided country code
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| country_code | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of Accommodation| Name | Description | Type | Additional information | 
|---|---|---|---|
| AccommodationID | integer | None. | |
| AccommodationName | string | None. | |
| CountryCode | string | None. | |
| IsActive | boolean | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| EventAccommodations | Collection of EventAccommodation | None. | 
Response Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.