Suggest Brand

suggest brand

POST https://staging.billeasy.in/api/customers/suggest-brand

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-customer-number

string

x-customer-token

string

x-api-access

string

x-api-secret

string

Authentication token to track down who is emptying our stocks.

Request:
{"brand_suggestions":{"location":"Hey Developer ,, Having Fun ??","name":"Test"}}

Response:
{
  "success": true,
  "msg": "Received",
  "data": {}
}

Last updated