ethAccount


Back to API doc top page.

Click here for a complete list of operations.

SelectTagManagerForTag

Make the tag manager that contains the specified tag UUID the selected tag manager (to which methods in ethClient.asmx apply.)

POST /ethAccount.asmx/SelectTagManagerForTag HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "uuid":guid
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "d":int
}