GET api/admin/EstablishmentImageType/GetAllEstablishmentImagesTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfListOfEstablishmentImagesTypeDropdown| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | Collection of EstablishmentImagesTypeDropdown |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Message": "sample string 2",
"Data": [
{
"ImageTypeID": 1,
"ImageLocationType": "sample string 2"
},
{
"ImageTypeID": 1,
"ImageLocationType": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ApiResponseOfArrayOfEstablishmentImagesTypeDropdownu2S72hLb 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.CustomMasterModels">
<d2p1:EstablishmentImagesTypeDropdown>
<d2p1:ImageLocationType>sample string 2</d2p1:ImageLocationType>
<d2p1:ImageTypeID>1</d2p1:ImageTypeID>
</d2p1:EstablishmentImagesTypeDropdown>
<d2p1:EstablishmentImagesTypeDropdown>
<d2p1:ImageLocationType>sample string 2</d2p1:ImageLocationType>
<d2p1:ImageTypeID>1</d2p1:ImageTypeID>
</d2p1:EstablishmentImagesTypeDropdown>
</Data>
<Message>sample string 2</Message>
<Success>true</Success>
</ApiResponseOfArrayOfEstablishmentImagesTypeDropdownu2S72hLb>