Branding Detail - Set brand-related details
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Body
Class for storing information about branding.
brandNamestring | nullableOptional
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BrandName property.
base64Stringstring | nullableOptional
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Base64String property.
imageExtensionstring | nullableOptional
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ImageExtension property.
Responses
201
Successful creation of brand related details with newly created details
400
Bad request received
500
Server related error
post
POST /branding HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 66
{
"brandName": "text",
"base64String": "text",
"imageExtension": "text"
}
{
"brandName": "text",
"logoUrl": "text",
"imageExtension": "text"
}
Last updated