GET request/user/brand/logo
Display current user brand
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BrandLogoName | Description | Type | Additional information |
---|---|---|---|
Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "logo": "sample string 1" }
text/html
Sample:
{"logo":"sample string 1"}
application/xml, text/xml
Sample:
<BrandLogo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.BrandDto"> <Logo>sample string 1</Logo> </BrandLogo>