1. Advertiser API
Target Circle API
  • Publisher API
    • Ads
      • List vouchers
    • Offers
      • List offers
    • Schemas
      • Voucher
      • TextLink
      • Banner
      • Link
      • Offer
      • Connection
      • PriceCombination
      • Image
      • Currency
      • ProductGroup
  • Advertiser API
    • Authorization
    • Login
      • Get token
      • Login
    • Transactions
      • Set transaction status to "pending"
      • Set transaction status to "declined"
      • Set transaction status to "approved"
    • Performance
    • Bulk update text links
      PATCH
    • Bulk update banners
      PATCH
    • Bulk update trades
      PATCH
    • Schemas
      • Job
      • Currency
      • attribution-model
  1. Advertiser API

Bulk update trades

Developing
PATCH
https://api.targetcircle.com/api/offers/price-combinations/bulk-update

Request

Authorization
Header Params

Cookie Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
This response does not have a body.
🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.targetcircle.com/api/offers/price-combinations/bulk-update' \
--header 'Cookie: PHPSESSID={{phpsessid}};Origin={{url}};Referer={{url}};Accept=*/*' \
--header 'Content-Type: application/json' \
--data '[
    {
        "id": "string",
        "pricingType": "fixed",
        "pricingCurrency": "string",
        "pricingCommission": 0,
        "pricingPayout": 0
    }
]'
Modified at 2026-03-03 14:48:51
Previous
Bulk update banners
Next
Job
Built with