GetUserAfilliateTag
The ID of the user.
The ID of the Order Management System.
Successful retrieval of affiliate tags.
curl -L \ --url 'GetUserAfilliateTag?userId=1&omsId=1'
[ { "omsId": 1, "userId": 123, "affiliateId": 456, "affiliateTag": "ABC123" }, { "omsId": 1, "userId": 123, "affiliateId": 789, "affiliateTag": "XYZ789" } ]