SOAP API method SmsMailingDestination_profile
Description
If the destination is a profile, it will return the profile, otherwise it will return false.
Parameters
- Parameter 'id' : string
- Unique identifier (id) of the object SmsMailingDestination. The method only applies to the smsmailingdestination with this id.
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'profile' : Structure of type 'profile'
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 '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