GET api/WhiteLabel?clientDomain={clientDomain}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientDomain

string

Required

Body Parameters

None.

Response Information

Resource Description

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": "f52613db-c42e-49da-986d-81963374dc8b",
  "ClientID": "c71465c4-8763-49d2-b0a5-2e674d0eb174",
  "Name": "sample string 5",
  "LogoUrl": {
    "AttachmentID": "e1af71db-0298-4806-8645-161a0849211e",
    "AttachmentData": "QEA=",
    "ContentType": "sample string 1",
    "FileName": "sample string 2",
    "AttachmentDataBase64": "sample string 3",
    "ImageString": "sample string 4",
    "IsDeleted": true
  },
  "FaviconUrl": {
    "AttachmentID": "e1af71db-0298-4806-8645-161a0849211e",
    "AttachmentData": "QEA=",
    "ContentType": "sample string 1",
    "FileName": "sample string 2",
    "AttachmentDataBase64": "sample string 3",
    "ImageString": "sample string 4",
    "IsDeleted": true
  },
  "BannerUrl": {
    "AttachmentID": "e1af71db-0298-4806-8645-161a0849211e",
    "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:
<WhiteLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootPartner.Entity">
  <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>e1af71db-0298-4806-8645-161a0849211e</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>c71465c4-8763-49d2-b0a5-2e674d0eb174</ClientID>
  <FaviconUrl>
    <AttachmentData>QEA=</AttachmentData>
    <AttachmentDataBase64>sample string 3</AttachmentDataBase64>
    <AttachmentID>e1af71db-0298-4806-8645-161a0849211e</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>e1af71db-0298-4806-8645-161a0849211e</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>f52613db-c42e-49da-986d-81963374dc8b</PartnerID>
  <PrevClientDomain>sample string 2</PrevClientDomain>
  <ThemeClass>sample string 11</ThemeClass>
  <WhiteLabelUrl>sample string 10</WhiteLabelUrl>
</WhiteLabel>