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.
curl -L \ --request POST \ --url 'https://api.kiiex.com/addUserAffiliateTag' \ --header 'APIKey: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "omsId": 1, "userId": 1, "affiliateId": 1, "affiliateTag": "text" }'
{ "result": true, "errormsg": "text", "errorcode": 1, "detail": "text" }