Updates an existing service.
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:Authorization: Basic *****************
Body Params multipart/form-data
Responses
application/json {
"message": "Product/Service updated successfully!",
"data": {
"items_id": "15",
"deals_id": "1",
"item_name": "sample",
"item_desc": "sample product",
"date_saved": "2024-08-19 18:30:47",
"price_start_range": "0",
"price_end_range": "10"
}
}
Modified at 2024-09-05 09:41:38