GET api/WhiteLabel

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WhiteLabel
NameDescriptionTypeAdditional information
ClientDomain

string

None.

PrevClientDomain

string

None.

PartnerID

globally unique identifier

None.

ClientID

globally unique identifier

None.

Name

string

None.

LogoUrl

Attachment

None.

FaviconUrl

Attachment

None.

BannerUrl

Attachment

None.

BannerTitle

string

None.

BannerDescription

string

None.

AndroidAppUrl

string

None.

IosAppUrl

string

None.

WhiteLabelUrl

string

None.

ThemeClass

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ClientDomain": "sample string 1",
    "PrevClientDomain": "sample string 2",
    "PartnerID": "ff4eb59a-eeff-4ac3-956c-bb33ec1d5242",
    "ClientID": "e5854967-0265-4188-a3c0-d1d57c0da537",
    "Name": "sample string 5",
    "LogoUrl": {
      "AttachmentID": "8de53213-3add-4d5a-a564-8195f2dd08b9",
      "AttachmentData": "QEA=",
      "ContentType": "sample string 1",
      "FileName": "sample string 2",
      "AttachmentDataBase64": "sample string 3",
      "ImageString": "sample string 4",
      "IsDeleted": true
    },
    "FaviconUrl": {
      "AttachmentID": "8de53213-3add-4d5a-a564-8195f2dd08b9",
      "AttachmentData": "QEA=",
      "ContentType": "sample string 1",
      "FileName": "sample string 2",
      "AttachmentDataBase64": "sample string 3",
      "ImageString": "sample string 4",
      "IsDeleted": true
    },
    "BannerUrl": {
      "AttachmentID": "8de53213-3add-4d5a-a564-8195f2dd08b9",
      "AttachmentData": "QEA=",
      "ContentType": "sample string 1",
      "FileName": "sample string 2",
      "AttachmentDataBase64": "sample string 3",
      "ImageString": "sample string 4",
      "IsDeleted": true
    },
    "BannerTitle": "sample string 6",
    "BannerDescription": "sample string 7",
    "AndroidAppUrl": "sample string 8",
    "IosAppUrl": "sample string 9",
    "WhiteLabelUrl": "sample string 10",
    "ThemeClass": "sample string 11"
  },
  {
    "ClientDomain": "sample string 1",
    "PrevClientDomain": "sample string 2",
    "PartnerID": "ff4eb59a-eeff-4ac3-956c-bb33ec1d5242",
    "ClientID": "e5854967-0265-4188-a3c0-d1d57c0da537",
    "Name": "sample string 5",
    "LogoUrl": {
      "AttachmentID": "8de53213-3add-4d5a-a564-8195f2dd08b9",
      "AttachmentData": "QEA=",
      "ContentType": "sample string 1",
      "FileName": "sample string 2",
      "AttachmentDataBase64": "sample string 3",
      "ImageString": "sample string 4",
      "IsDeleted": true
    },
    "FaviconUrl": {
      "AttachmentID": "8de53213-3add-4d5a-a564-8195f2dd08b9",
      "AttachmentData": "QEA=",
      "ContentType": "sample string 1",
      "FileName": "sample string 2",
      "AttachmentDataBase64": "sample string 3",
      "ImageString": "sample string 4",
      "IsDeleted": true
    },
    "BannerUrl": {
      "AttachmentID": "8de53213-3add-4d5a-a564-8195f2dd08b9",
      "AttachmentData": "QEA=",
      "ContentType": "sample string 1",
      "FileName": "sample string 2",
      "AttachmentDataBase64": "sample string 3",
      "ImageString": "sample string 4",
      "IsDeleted": true
    },
    "BannerTitle": "sample string 6",
    "BannerDescription": "sample string 7",
    "AndroidAppUrl": "sample string 8",
    "IosAppUrl": "sample string 9",
    "WhiteLabelUrl": "sample string 10",
    "ThemeClass": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfWhiteLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootPartner.Entity">
  <WhiteLabel>
    <AndroidAppUrl>sample string 8</AndroidAppUrl>
    <BannerDescription>sample string 7</BannerDescription>
    <BannerTitle>sample string 6</BannerTitle>
    <BannerUrl>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
      <AttachmentID>8de53213-3add-4d5a-a564-8195f2dd08b9</AttachmentID>
      <ContentType>sample string 1</ContentType>
      <FileName>sample string 2</FileName>
      <ImageString>sample string 4</ImageString>
      <IsDeleted>true</IsDeleted>
    </BannerUrl>
    <ClientDomain>sample string 1</ClientDomain>
    <ClientID>e5854967-0265-4188-a3c0-d1d57c0da537</ClientID>
    <FaviconUrl>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
      <AttachmentID>8de53213-3add-4d5a-a564-8195f2dd08b9</AttachmentID>
      <ContentType>sample string 1</ContentType>
      <FileName>sample string 2</FileName>
      <ImageString>sample string 4</ImageString>
      <IsDeleted>true</IsDeleted>
    </FaviconUrl>
    <IosAppUrl>sample string 9</IosAppUrl>
    <LogoUrl>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
      <AttachmentID>8de53213-3add-4d5a-a564-8195f2dd08b9</AttachmentID>
      <ContentType>sample string 1</ContentType>
      <FileName>sample string 2</FileName>
      <ImageString>sample string 4</ImageString>
      <IsDeleted>true</IsDeleted>
    </LogoUrl>
    <Name>sample string 5</Name>
    <PartnerID>ff4eb59a-eeff-4ac3-956c-bb33ec1d5242</PartnerID>
    <PrevClientDomain>sample string 2</PrevClientDomain>
    <ThemeClass>sample string 11</ThemeClass>
    <WhiteLabelUrl>sample string 10</WhiteLabelUrl>
  </WhiteLabel>
  <WhiteLabel>
    <AndroidAppUrl>sample string 8</AndroidAppUrl>
    <BannerDescription>sample string 7</BannerDescription>
    <BannerTitle>sample string 6</BannerTitle>
    <BannerUrl>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
      <AttachmentID>8de53213-3add-4d5a-a564-8195f2dd08b9</AttachmentID>
      <ContentType>sample string 1</ContentType>
      <FileName>sample string 2</FileName>
      <ImageString>sample string 4</ImageString>
      <IsDeleted>true</IsDeleted>
    </BannerUrl>
    <ClientDomain>sample string 1</ClientDomain>
    <ClientID>e5854967-0265-4188-a3c0-d1d57c0da537</ClientID>
    <FaviconUrl>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
      <AttachmentID>8de53213-3add-4d5a-a564-8195f2dd08b9</AttachmentID>
      <ContentType>sample string 1</ContentType>
      <FileName>sample string 2</FileName>
      <ImageString>sample string 4</ImageString>
      <IsDeleted>true</IsDeleted>
    </FaviconUrl>
    <IosAppUrl>sample string 9</IosAppUrl>
    <LogoUrl>
      <AttachmentData>QEA=</AttachmentData>
      <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
      <AttachmentID>8de53213-3add-4d5a-a564-8195f2dd08b9</AttachmentID>
      <ContentType>sample string 1</ContentType>
      <FileName>sample string 2</FileName>
      <ImageString>sample string 4</ImageString>
      <IsDeleted>true</IsDeleted>
    </LogoUrl>
    <Name>sample string 5</Name>
    <PartnerID>ff4eb59a-eeff-4ac3-956c-bb33ec1d5242</PartnerID>
    <PrevClientDomain>sample string 2</PrevClientDomain>
    <ThemeClass>sample string 11</ThemeClass>
    <WhiteLabelUrl>sample string 10</WhiteLabelUrl>
  </WhiteLabel>
</ArrayOfWhiteLabel>