SOAP API method SmsDocument_properties
Description
Get all custom properties of this document.
Parameters
- Parameter 'id' : int
- Unique identifier (id) of the object SmsDocument. The method only applies to the smsdocument with this id.
- Parameter 'personalize_profile' : int
- Profile ID for which the object should be personalized
- Parameter 'personalize_subprofile' : int
- Subprofile ID for which the object should be personalized
- Parameter 'personalize_timestamp' : string
- The timestamp for the personalization
- Parameter 'defaultValues' : boolean
- Get the default value of the propery is no value is set. Default false
- Parameter 'login' : Structure of type 'login'
- Optional login data
Return values
- Return value 'map' : Collection of type 'map'
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 'pair'
This structure pair was mentioned above. This structure has the following properties:
- Property 'key' : string
- Property 'value' : string
Structure 'map'
This structure map was mentioned above. This structure has the following properties:
- Property 'pair' : Structure of type 'pair'