Brand Edit

POST {{apiBaseUrl}}/v1/brand/edit?brandId={{brandId}}

This API is used to edit the brand. Brand details like brand name, brand logo, background color, etc., can be edited in the existing brand.

Request Params

KeyDatatypeRequiredDescription
brandIdstringThe brand Id obtained after successful brand creation needs to be passed while editing the brand.

Request Body

[{"name"=>"BrandName", "value"=>"BoldSign", "datatype"=>"string"}, {"name"=>"BrandLogo", "value"=>nil, "datatype"=>"null"}]

RESPONSES

status: OK

{"brandId":"12345678-xxxx-xxxx-xxxx-123456a78o90"}