GET api/WhiteLabel/GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WhiteLabel| Name | Description | Type | Additional 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": "a66c5ba5-b70b-49b3-a47c-f3dfebbcd64f",
"ClientID": "31c76d2f-0bbb-4569-9d3d-7241121d883d",
"Name": "sample string 5",
"LogoUrl": {
"AttachmentID": "3e7d121c-d6c1-404e-a11e-ec74bbc65ee3",
"AttachmentData": "QEA=",
"ContentType": "sample string 1",
"FileName": "sample string 2",
"AttachmentDataBase64": "sample string 3",
"ImageString": "sample string 4",
"IsDeleted": true
},
"FaviconUrl": {
"AttachmentID": "3e7d121c-d6c1-404e-a11e-ec74bbc65ee3",
"AttachmentData": "QEA=",
"ContentType": "sample string 1",
"FileName": "sample string 2",
"AttachmentDataBase64": "sample string 3",
"ImageString": "sample string 4",
"IsDeleted": true
},
"BannerUrl": {
"AttachmentID": "3e7d121c-d6c1-404e-a11e-ec74bbc65ee3",
"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": "a66c5ba5-b70b-49b3-a47c-f3dfebbcd64f",
"ClientID": "31c76d2f-0bbb-4569-9d3d-7241121d883d",
"Name": "sample string 5",
"LogoUrl": {
"AttachmentID": "3e7d121c-d6c1-404e-a11e-ec74bbc65ee3",
"AttachmentData": "QEA=",
"ContentType": "sample string 1",
"FileName": "sample string 2",
"AttachmentDataBase64": "sample string 3",
"ImageString": "sample string 4",
"IsDeleted": true
},
"FaviconUrl": {
"AttachmentID": "3e7d121c-d6c1-404e-a11e-ec74bbc65ee3",
"AttachmentData": "QEA=",
"ContentType": "sample string 1",
"FileName": "sample string 2",
"AttachmentDataBase64": "sample string 3",
"ImageString": "sample string 4",
"IsDeleted": true
},
"BannerUrl": {
"AttachmentID": "3e7d121c-d6c1-404e-a11e-ec74bbc65ee3",
"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>3e7d121c-d6c1-404e-a11e-ec74bbc65ee3</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>31c76d2f-0bbb-4569-9d3d-7241121d883d</ClientID>
<FaviconUrl>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 3</AttachmentDataBase64>
<AttachmentID>3e7d121c-d6c1-404e-a11e-ec74bbc65ee3</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>3e7d121c-d6c1-404e-a11e-ec74bbc65ee3</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>a66c5ba5-b70b-49b3-a47c-f3dfebbcd64f</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>3e7d121c-d6c1-404e-a11e-ec74bbc65ee3</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>31c76d2f-0bbb-4569-9d3d-7241121d883d</ClientID>
<FaviconUrl>
<AttachmentData>QEA=</AttachmentData>
<AttachmentDataBase64>sample string 3</AttachmentDataBase64>
<AttachmentID>3e7d121c-d6c1-404e-a11e-ec74bbc65ee3</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>3e7d121c-d6c1-404e-a11e-ec74bbc65ee3</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>a66c5ba5-b70b-49b3-a47c-f3dfebbcd64f</PartnerID>
<PrevClientDomain>sample string 2</PrevClientDomain>
<ThemeClass>sample string 11</ThemeClass>
<WhiteLabelUrl>sample string 10</WhiteLabelUrl>
</WhiteLabel>
</ArrayOfWhiteLabel>