Create Brand
Create Brand
POST https://sandbox.mnasati.com/v1/brand
This endpoint allows you to create brands.
Headers
Name
Type
Description
Content-Type
string
Application/JSON
Access Token
string
The Access token is given when using the Authorization method.
Request Body
Name
Type
Description
sort
integer
Sort order from 0 to whatever is the last brand number
status
integer
1 = active, 0 = disabled
brand_name_ar
string
Brand name in Arabic.
brand_name
string
Name of the brand in English.
{ "name": "Cake's name", "recipe": "Cake's recipe name", "cake": "Binary cake"}{ "message": "Ain't no cake like that."}Body
{
"brand_name":"test brand 11",
"brand_name_ar":"test brand 11 ar"
}
Examples
Last updated
Was this helpful?