delCategoryOffers
1.1.1 Summary
Remove offer ( offers ) from a category.1.1.2 Request
Request Method: POST
Query String Parameters:
Parameter |
Description |
Type | Data Range |
key |
Network API Key * Required |
string |
POST Parameters:
Parameter |
Description |
Type | Data Range |
category_id |
Category ID * Required |
Int | |
offer_id |
Offer ID * Required |
Int String |
To remove more than one offer, use comma as delimiter between those offer ID s. |
1.1.3 Response
Header:
HTTP Status | Object | Description | Error Code |
202 | Updated Successfully | 0 | |
400 | Parameter | Invalid Parameters | 63XX |
Content Format: JSON
Data will be returned as an JSON object; this data include category_id, and offer_ids (in particular category).
1.1.4 Example
Sample Request URL:
http://{Your_Network_Domain}/api/v1/delCategoryOffers?key=603E3F0E3266
(POST DATA)
Response sample: See getCategoryOffers.
Close All
API V3
API V2
-
User - Network
-
User - Affiliate
-
Offer
-
Report
-
Dictionary
API V1 (DEPRECATED)