post_update_profile
Overview
Updates the profile in your account
Parameters
Name
Type
Required
Comments
Address1
String
Yes
Address line 1
Address2
String
Yes
Address line 2
ContactEmail
Email address
Yes
The email address where you can be contacted
ContactNumber
String
Yes
The phone number where you can be reached
CountryID
Integer
Yes
The CountryID can be found be calling the get_countries function
Name
String
Yes
Your name
Organization
String
No
The name of your organization
PostalCode
String
Yes
Your postal code
Surname
String
Yes
Your surname
WebsiteUrl
String
No
The URL of your website
Returns
0
|Error (Different descriptions for the error).
1
|Update profile successfull
Example
https://www.graphicmail.com/api.aspx?Username=user@mydomain.com&Password=123456&Function=post_update_profile&Name=Name&Surname=Surname&ContactEmail=your@email.com&Address1=Street&Address2=City&PostalCode=1234&CountryID=2&ContactNumber=123465789&SID=0