CreateBrandImage
Creates a brand image.
Stored Procedure Specific Information
You can create a brand image using an image file.
For example:
EXECUTE CreateBrandImage BrandId ='19128157751697', ImageFileLocation = 'D:\Desktop\Test.png'
Input
| Name | Type | Required | Description |
| BrandId | String | True | The Id of the Brand. |
| ImageFileLocation | String | False | The local path of the image file to be uploaded. |
| FileName | String | False | File name that is uploaded. If content is not empty |
Result Set Columns
| Name | Type | Description |
| Status | String | The Status of the create operation. |
| ImageUrl | String | The URL of the Image uploaded. |