SOAP API method ProcessedSmsMailing_destination
Description
A single destination of the mailing.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object ProcessedSmsMailing. The method only applies to the processedsmsmailing with this id.
- Parameter 'profile' : Structure of type 'profile'
- Parameter 'subprofile' : Structure of type 'subprofile'
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'smsmailingdestination' : Structure of type 'smsmailingdestination'
- Return value 'faxmailingdestination' : Structure of type 'faxmailingdestination'
- Return value 'emailingdestination' : Structure of type 'emailingdestination'
Structure 'profile'
This structure profile was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the profile.
- Property 'code' : string
- The code of the profile.
- Property 'extra' : string
- The extra data of the profile.
- Property 'created' : timestamp
- The timestamp when the profile was created.
- Property 'modified' : timestamp
- The timestamp when the profile was last modified.
- Property 'lastexport' : timestamp
- The last timestamp when the profile was exported.
- Property 'fields' : Map
- Map of all fields of the profile, this property is only returned when the parameter 'allproperties' is set to true
- Property 'interests' : Map
- Map of all interests of the profile, this property is only returned when the parameter 'allproperties' is set to true
Structure 'subprofile'
This structure subprofile was mentioned above. This structure has the following properties:
- Property 'id' : int
- The ID of the subprofile.
- Property 'code' : string
- The code of the subprofile.
- Property 'created' : timestamp
- The timestamp when the subprofile was created.
- Property 'modified' : timestamp
- The timestamp when the subprofile was last modified.
- Property 'lastexport' : timestamp
- The last timestamp when the subprofile was exported.
- Property 'fields' : Map
- Map of all fields of the subprofile, this property is only returned when the parameter 'allproperties' is set to true
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
Structure 'smsmailingdestination'
This structure smsmailingdestination was mentioned above. This structure has the following properties:
- Property 'id' : string
- The ID of the destination.
- Property 'timestamp' : timestamp
- The timestamp of the sent mailing.
- Property 'result' : string
- The result for this destination.
Structure 'faxmailingdestination'
This structure faxmailingdestination was mentioned above. This structure has the following properties:
- Property 'id' : string
- The ID of the destination.
- Property 'timestamp' : timestamp
- The timestamp of the sent mailing.
- Property 'result' : string
- The result for this destination.
Structure 'emailingdestination'
This structure emailingdestination was mentioned above. This structure has the following properties:
- Property 'emailclient' : string
- Get the last registered email client for this destination
- Property 'id' : string
- The ID of the destination.
- Property 'timestamp' : timestamp
- The timestamp of the sent mailing.
- Property 'result' : string
- The result for this destination.