Branding Detail - Set brand-related details

Set brand related details

post
Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 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
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