Customize Id For Client (USER DATA) (For Partner)
HTTP Request
POST /sapi/v1/apiReferral/customization
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| customerId | STRING | YES | |
| STRING | YES | ||
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- CustomerId must be unique
- For the same email, the customerId will be modified in real time
Example Response
{
"customerId": "abc123",
"email": "test12345@126.com"
}