Wired Plus API Documentation

API v1 Guide

Account

Automation

Contacts

Dynamic Rows

Lists

Campaigns

Transactional Emails

Lead Score

Products

Carts

Orders

Custom Fields

POST BulkDynamicRowUpdate

Perform a bulk creation/update dynamic rows.

This feature must be enabled for your account.

A maximum of 50 records can be updated per request.

Input and output parameters

The input and output parameters for this method are:

*denotes required field.

Input Parameter Name Type/Info
type*The dynamic row type.
primary_key*Your internal ID for the record.
contact_id*WiredPlus contact id to assign this record to.
datahash of field assignments defined for the dynamic row.
Outputs:
  • index - row index the data passed to the API
  • id - unique identifier of dynamic row in WiredPlus
  • status - http status code
  • message - action performed or any error messages

Examples

Curl

    
    
    

PHP

    
    


jQuery

    
    


Result Format JSON