GET api/admin/EstablishmentImagesMap/GetMappedEstablishmentImagesByID?CatImageID={CatImageID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CatImageID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfEstablishmentImagesMapPostDTO
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

EstablishmentImagesMapPostDTO

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {
    "CatImageID": 1,
    "CategoryID": 2,
    "ImageTypeID": 3,
    "IsMandatory": true,
    "MinRequiredImages": 5,
    "MaxImages": 6,
    "IsActive": true,
    "UserID": "sample string 8",
    "ActionTakenBy": "sample string 9",
    "IPAddress": "sample string 10"
  }
}

application/xml, text/xml

Sample:
<ApiResponseOfEstablishmentImagesMapPostDTOj_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:ActionTakenBy>sample string 9</d2p1:ActionTakenBy>
    <d2p1:CatImageID>1</d2p1:CatImageID>
    <d2p1:CategoryID>2</d2p1:CategoryID>
    <d2p1:IPAddress>sample string 10</d2p1:IPAddress>
    <d2p1:ImageTypeID>3</d2p1:ImageTypeID>
    <d2p1:IsActive>true</d2p1:IsActive>
    <d2p1:IsMandatory>true</d2p1:IsMandatory>
    <d2p1:MaxImages>6</d2p1:MaxImages>
    <d2p1:MinRequiredImages>5</d2p1:MinRequiredImages>
    <d2p1:UserID>sample string 8</d2p1:UserID>
  </Data>
  <Message>sample string 2</Message>
  <Success>true</Success>
</ApiResponseOfEstablishmentImagesMapPostDTOj_Pf0XX_P4>