ethAccount
Back to API doc top page.
Click here for a complete list of operations.
CreateAccount3
Creates a user account using supplied Ethernet Tag Manager serial number.
Returns WSROOT of the server that is local to the database hosting created user account.POST /ethAccount.asmx/CreateAccount3 HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"MAC":string
"email":string
"password":string
"allowMore":boolean
"managerName":string
"facebook_auth":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{
"d":string
}