Customize Id For Client (USER DATA)(For client)(PAPI)
HTTP Request
POST /papi/v1/apiReferral/userCustomization
Weight
100
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| customerId | STRING | YES | |
| brokerId | STRING | YES | |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
- CustomerId must be unique
Example Response
{
“brokerId”: “ABCD1234”,
"customerId": "abc123"
}