{ "opencollection": "1.0.0", "info": { "name": "Partnerize Brands Attribution Transaction Query Reasons API", "version": "1.4.99" }, "items": [ { "info": { "name": "Transaction Query Reasons", "type": "folder" }, "items": [ { "info": { "name": "List Transaction Query Reasons for a Campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.partnerize.com/campaign/:campaign_id/tq_reasons", "params": [ { "name": "campaign_id", "value": "10l176", "type": "path", "description": "ID of a Campaign" } ] }, "docs": "Return the details of all saved Transaction Query Reasons." }, { "info": { "name": "Create a Transaction Query Reason for a Campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.partnerize.com/campaign/:campaign_id/tq_reasons", "params": [ { "name": "campaign_id", "value": "10l176", "type": "path", "description": "ID of a Campaign" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new saved Transaction Query reason." }, { "info": { "name": "Delete a Transaction Query Reason for a Campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.partnerize.com/campaign/:campaign_id/tq_reasons/:transaction_query_reason_id/delete", "params": [ { "name": "campaign_id", "value": "10l176", "type": "path", "description": "ID of a Campaign" }, { "name": "transaction_query_reason_id", "value": "111111l3", "type": "path", "description": "ID of the Transaction Query Reason" } ] }, "docs": "Delete a saved Transaction Query Reason for a Campaign." } ] } ], "bundled": true }