The ID of the Order Management System.
The ID of the user.
The ID of the affiliate.
The alphanumeric affiliate tag.
{"result":true,"errormsg":"","errorcode":0,"detail":""}
POST / HTTP/1.1 Host: UpdateUserAffiliateTag Content-Type: application/json Accept: */* Content-Length: 72 { "omsId": 0, "userId": 0, "affiliateId": 0, "affiliateTag": "someAffiliateTag" }
Successful update.
{ "result": true, "errormsg": "", "errorcode": 0, "detail": "" }