v1

latestOpenAPI 3.1.02026-07-26950137.9 KB

Update Postal Codes Targeting

post/backstage/api/1.0/{account_id}/campaigns/{campaign_id}/targeting/postal_code

Path parameters

account_idstring required

An alphabetic ID. See Get Account Details.

campaign_idstring required

A numeric ID.

Request body

RAW_BODYstring json required

A JSON object representing the targeted postal codes. (See below.)

Response

200

typestring
collectionstring[]

Example response

{
  "type": "INCLUDE",
  "collection": [
    "1351"
  ]
}