SOAP API methode ProcessedEmailing_createAccessKey
Beschrijving
The parameter options can hold the following options: begintime -> start time of the mailings. endtime -> end time of the mailings.
Parameters
Naam | Type | Beschrijving |
---|---|---|
id * | int | Unique identifier (id) of the object ProcessedEmailing. The method only applies to the processedemailing with this id. |
options * | Collection of type 'options' | |
date * | string | Time the shared object stays alive in the format YYYY-mm-dd hh:mm:ss |
title | string | The title of the shared page, default empty |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* verplichte parameters |
Resultaat
Naam | Type | Beschrijving |
---|---|---|
value | string | This is the hash key which can be used to share the stats of the mailing |
Structuur 'pair'
Naam | Type | Beschrijving |
---|---|---|
key | string | |
value | string |
Structuur 'options'
Naam | Type | Beschrijving |
---|---|---|
pair | Structure of type 'pair' |
Structuur 'login'
Naam | Type | Beschrijving |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |