|
Parameters |
|
Description |
Passed |
Returned |
Method sets selected subscription statuses to specified values. If you pass NULL for some status it is remained unchanged. To pass NULL, use '-2147483648' value. |
3 |
1 |
Syntax
ErrorMessage BM::SubscriptionStatusUpdate_API(
Int SubscriptionID;
Int Status;
Int ServStatus.
)
returns
Str ErrorMessage - message after subscription statuses has been updated: "Operation done."
Special Notes