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.
specialoffers.read_write
- Special Offers Read & Write
Request Body
{"status"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}