GET api/getcoverphoto

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "Logo": "QEBA",
    "LogoImage": null,
    "CoverPhotoId": 1,
    "Name": "sample string 2"
  },
  {
    "Logo": "QEBA",
    "LogoImage": null,
    "CoverPhotoId": 1,
    "Name": "sample string 2"
  },
  {
    "Logo": "QEBA",
    "LogoImage": null,
    "CoverPhotoId": 1,
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCoverPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FastFoodManagementAPI.DAL.Model">
  <CoverPhoto>
    <CoverPhotoId>1</CoverPhotoId>
    <Logo>QEBA</Logo>
    <LogoImage xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Drawing" i:nil="true" />
    <Name>sample string 2</Name>
  </CoverPhoto>
  <CoverPhoto>
    <CoverPhotoId>1</CoverPhotoId>
    <Logo>QEBA</Logo>
    <LogoImage xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Drawing" i:nil="true" />
    <Name>sample string 2</Name>
  </CoverPhoto>
  <CoverPhoto>
    <CoverPhotoId>1</CoverPhotoId>
    <Logo>QEBA</Logo>
    <LogoImage xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Drawing" i:nil="true" />
    <Name>sample string 2</Name>
  </CoverPhoto>
</ArrayOfCoverPhoto>