Associates a user affiliate tag with a user, enabling referral tracking.
The ID of the Order Management System on which the user operates.
The user's ID.
The affiliate ID.
The alphanumeric tag used to identify new affiliating members.
POST /addUserAffiliateTag HTTP/1.1 Host: api.kiiex.com APIKey: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 60 { "omsId": 1, "userId": 1, "affiliateId": 1, "affiliateTag": "text" }
Successful response
{ "result": true, "errormsg": "text", "errorcode": 1, "detail": "text" }