This operation set the manual presence state of a user back, so the system calculated presence will not be affected by it.
The manual presence of a user is a special input to the presence system.
To set it back to the pure system calculated presence this operation has to be called.
If the operation was successful, AsnAbsentStateResetResult is returned.
If the operation fails, AsnRequestError is returned.
ArgumentType: AsnAbsentStateResetArgument
AsnAbsentStateResetArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sContactId | string | ||
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnAbsentStateResetResult
AsnAbsentStateResetResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
optionalParams | AsnOptionalParameters | yes | reserved |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 7