Edit contact
Change contact details`
HTTP Request
PUT /contact/@id
Auth: true
QUERY PARAMETERS
| Parameter | Type | Description |
|---|---|---|
| id | int | |
| privileges | array | Array with privileges that you want to enable. Formatted the same way as output from GET /contact/privileges |
| type | string | Account Type |
| companyname | string | Organization |
| taxid | string | Mã số thuế |
| gender | string | Danh xưng |
| lastname | string | Last Name |
| firstname | string | First Name |
| string | Email Address | |
| phonenumber | string | Phone |
| nationalid | string | CCCD/Passport |
| birthday | string | Birthday |
| country | string | Country |
| state | string | State |
| city | string | City |
| ward | string | Xã/Phường |
| address1 | string | Address 1 |
| verification | string | Verification |
Example Response
{
"info": [
"profile_updated"
]
}