Customize Id For Client (USER DATA)(For client)
HTTP Request
POST /sapi/v1/apiReferral/userCustomization
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| customerId | STRING | YES | |
| apiAgentCode | STRING | YES | brokerId |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- CustomerId must be unique for each apiAgent
Example Response
{
"customerId": "abc123"
}