get_contact_information {lacrmr} | R Documentation |
get_contact_information
Description
Return the contact information.
Usage
get_contact_information(user_code, api_token, contact_id = "")
Arguments
user_code |
The user code to identify your account |
api_token |
The api token to connect to your account |
contact_id |
The contact name or other term to make an specific call to the API. |
Examples
## Not run:
get_contact_information(user_code = "6A6E88",
api_token = "TQ9XM",
contact_id = "Fulano")
## End(Not run)
[Package lacrmr version 1.0.5 Index]