POST api/business/save-branding
Request Information
URI Parameters
None.
Body Parameters
SaveBusinessBrandingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessID | integer |
None. |
|
| BranchID | integer |
None. |
|
| KopaID | string |
None. |
|
| LogoUrl | string |
None. |
|
| CoverUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BusinessID": 1,
"BranchID": 2,
"KopaID": "sample string 3",
"LogoUrl": "sample string 4",
"CoverUrl": "sample string 5"
}
application/xml, text/xml
Sample:
<SaveBusinessBrandingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <BranchID>2</BranchID> <BusinessID>1</BusinessID> <CoverUrl>sample string 5</CoverUrl> <KopaID>sample string 3</KopaID> <LogoUrl>sample string 4</LogoUrl> </SaveBusinessBrandingDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.