This web method is used to set the NFC tag login code for the user for logging into the device.
Method | /ProCloudWS.asmx/ProviderUserUpdateNFCTagLogin |
The request body is of type ProviderUserUpdateNFCTagLogin.
Name | Description | Data Type |
---|---|---|
objProviderGUId | guid | |
strPassword | xml:string | |
intUserId | xml:int | |
strNFCTagLogin | xml:string |
|
The response body is of type ProviderUserUpdateNFCTagLoginResponse.
Name | Description | Data Type |
---|---|---|
ProviderUserUpdateNFCTagLoginResult | objProviderUserUpdateNFCTagLoginReturn |
|