Update a logo for an existing merchant.
PUT {{baseUrl}}/merchants/{{guid}}/logos
Returns status and messages (if any validation failures) related to the logo of a sub-merchant.
Request Body
{"imageBase64Encoded"=>"{{image}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
User-Id | string | (Required) The user id of the submitter/technical contact. | |
Submitter-First-Name | string | (Required) The first name of the submitter/technical contact. | |
Submitter-Last-Name | string | (Required) The last name of the submitter/technical contact. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"ACTIVE","messages":["Logo under review","Logo under review"]}