Change Special Offer Status
PUT {{baseUrl}}/specialoffers/:offer/status
You can update specific special offer status by providing the ID of the special offer you want to update its status in the offer path parameter.
OAuth Scopes
specialoffers.read
specialoffers.read_write
Request Body
{"status"=>"inactive"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"status":200,"success":true,"data":{"code":200,"message":"تم تغيير الحالة بنجاح"}}