Put Promotion Map
Put Promotion Map
PUT /promotion/map
Headers
| Name | Description | Type |
|---|---|---|
| tenantId* | string (header) | string |
| userId* | string (header) | string |
Request Body
{
"productIds": [
"string"
],
"promotionId": "string"
}
Responses
200 OK
Description: Successful operation
Example Value:
{
"message": "string",
"data": {
"id": "string",
"productIds": [
"string"
],
"promotionId": "string"
},
"meta": {
"currentPage": 0,
"from": 0,
"to": 0,
"perPage": 0,
"total": 0,
"lastPage": 0
}
}