SOAP API method ProcessedFaxMailing_createAccessKey
Description
The parameter options can hold the following options: begintime -> start time of the mailings. endtime -> end time of the mailings.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object ProcessedFaxMailing. The method only applies to the processedfaxmailing with this id.
- Parameter 'options' : Collection of type 'options'
- Parameter 'date' : string
- Time the shared object stays alive in the format YYYY-mm-dd hh:mm:ss
- Parameter 'title' : string
- The title of the shared page, default empty
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'value' : string
- This is the hash key which can be used to share the stats of the mailing
Structure 'pair'
This structure pair was mentioned above. This structure has the following properties:
- Property 'key' : string
- Property 'value' : string
Structure 'options'
This structure options was mentioned above. This structure has the following properties:
- Property 'pair' : Structure of type 'pair'
Structure 'login'
This structure login was mentioned above. This structure has the following properties:
- Property 'username' : string
- The username of the login attempt
- Property 'account' : string
- The account name of the login attempt
- Property 'password' : string
- The password for the login attempt