[#3] Update documentation with new user_country parameter

This commit is contained in:
Jens Schuppe 2019-07-05 14:23:37 +02:00
parent 5ab4f7d728
commit ad09cb7339

View file

@ -90,6 +90,7 @@ The action accepts the following parameters:
| <nobr>`user_street`</nobr> | String | The street address of the contact | | | | <nobr>`user_street`</nobr> | String | The street address of the contact | | |
| <nobr>`user_postal_code`</nobr> | String | The postal code of the contact | | | | <nobr>`user_postal_code`</nobr> | String | The postal code of the contact | | |
| <nobr>`user_city`</nobr> | String | The city of the contact | | | | <nobr>`user_city`</nobr> | String | The city of the contact | | |
| <nobr>`user_country`</nobr> | String | The country of the contact | [ISO 3166-1 Alpha-2 country codes](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) | |
| <nobr>`user_telephone`</nobr> | String | The telephone number of the contact | | | | <nobr>`user_telephone`</nobr> | String | The telephone number of the contact | | |
| <nobr>`user_company`</nobr> | String | The company of the contact | | | | <nobr>`user_company`</nobr> | String | The company of the contact | | |
| <nobr>`user_extrafield`</nobr> | String | Additional information of the contact | | | | <nobr>`user_extrafield`</nobr> | String | Additional information of the contact | | |