MikkM Posted January 30, 2017 Share Posted January 30, 2017 Hi! I am doing provisioning module, and need to get next due date for product. Is it possible to get it via internal API or module $params ? I can do it via sql query, but would like to use some better method like API or $params $data = Capsule::table('tblhosting')->where('id', "{$orderid}")->first(); $expireDate = $data->nextduedate; Regards MikkM 0 Quote Link to comment Share on other sites More sharing options...
steven99 Posted January 30, 2017 Share Posted January 30, 2017 http://developers.whmcs.com/api-reference/getclientsproducts/ would have that info . 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.