Get Postal Codes Targeting

πŸ“˜

Response Body

The response body is a Targeting Restrictions Object, with 2 properties:

  • type - e.g. "INCLUDE"
  • collection - an array of postal codes (as Strings)
{
    "type": "INCLUDE" ,
    "collection:" [
            "1351",
            "1430",
            "1522",
            "1534",
            "1540",
            "1585",
            "1601"        
    ]
}
Language