UpdateUserAffiliateTag
The ID of the Order Management System.
The ID of the user.
The ID of the affiliate.
The alphanumeric affiliate tag.
curl -L \ --request POST \ --url 'UpdateUserAffiliateTag' \ --header 'Content-Type: application/json' \ --data '{"omsId":0,"userId":0,"affiliateId":0,"affiliateTag":"someAffiliateTag"}'
{ "result": true, "errormsg": "", "errorcode": 0, "detail": "" }