This document is generated by Gname.com.
| Field | Parameter | Type | Required | Description |
|---|---|---|---|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
| template name | name | String | Yes | template name |
| last name | String | Yes | last name | |
| first name | ming | String | Yes | first name |
| email address | String | Yes | email address, e.g., xxx@gname.com | |
| international code | guojia | String | Yes | international code, e.g., CN |
| province | province | String | Yes | province, e.g., anhui |
| city | city | String | Yes | city, e.g., hefei |
| address | address | String | Yes | separate by commas, e.g., xxxxx,xxxx,xxxxx |
| international area code | gjqh | String | Yes | international area code, e.g., 86 |
| mobile number | phone | String | Yes | mobile number, e.g., 13812345678 |
| extension number | fjh | String | No | extension number, e.g., 22 |
| corporation name | gsmc | String | No | corporation name, e.g., gname.com |
| postal code | youbian | String | Yes | postal code, e.g., 200011 |
| User actual operation IP | emailip | String | Yes | e.g., 123.123.123.123 |
| Field | Parameter | Type | Description |
|---|---|---|---|
| return code | code | Integer | 1:return successfully, -1:return failed |
| return description | msg | String | description of the return request operation |
| return data | data | Object | return the requested operation result data |
{
"code": 1,
"msg": "congratulations!you’re successful to add template《testing template2》",
"data": 103
}