Difference between revisions of "Template:Provisioning Module"

From WHMCS Documentation

m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{#switch:{{{level|}}}|4 = ===={{{title|Supported Features}}}==== | 3 = ==={{{title|Supported Features}}}=== | 2 = =={{{title|Supported Features}}}==| #default = =={{{title|Supported Features}}}==}}
{{#switch:{{{level|}}}|4 = ===={{{title|Supported Features}}}==== | 3 = ==={{{title|Supported Features}}}=== | 2 = =={{{title|Supported Features}}}==| #default = =={{{title|Supported Features}}}==}}
 
 
{| class="wikitable" style="text-align:center;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;width:100%;"
 
{| class="wikitable" style="text-align:center;margin:1em 1em 1em 0;background:#F9F9F9;border:1px #AAA solid;border-collapse:collapse;width:100%;"
 
|-
 
|-
Line 26: Line 25:
 
|style="border:1px #AAA solid;padding:0.2em;{{#if:{{{clientarealink|}}}|color:darkgreen;|color:red;}}"| {{#if:{{{clientarealink|}}}|Yes|No}}
 
|style="border:1px #AAA solid;padding:0.2em;{{#if:{{{clientarealink|}}}|color:darkgreen;|color:red;}}"| {{#if:{{{clientarealink|}}}|Yes|No}}
 
|}
 
|}
{{#if:{{{port|}}}|The following ports should be open for outbound connections from your WHMCS server: '''{{{port}}}'''|}}
+
{{#if:{{{additional|}}}|In addition to the above, this module also supports the following non-standard functions: {{{additional}}}
</includeonly><noinclude>
+
}}
 +
{{#if:{{{port|}}}|The following ports should be open for outbound connections from your WHMCS server: '''{{{port}}}'''
 +
}}</includeonly><noinclude>
 
Provisioning Module features grid template, produces something like:
 
Provisioning Module features grid template, produces something like:
 
{{Provisioning_Module
 
{{Provisioning_Module
Line 34: Line 35:
 
| port = 2082
 
| port = 2082
 
}}
 
}}
 +
 
To use:
 
To use:
 
  <nowiki>{{Provisioning_Module</nowiki>
 
  <nowiki>{{Provisioning_Module</nowiki>
Line 51: Line 53:
 
* changepw
 
* changepw
 
* usageupdates
 
* usageupdates
* clientarealink
+
* clientarealink</noinclude>
</noinclude>
 

Latest revision as of 13:54, 9 November 2012

Provisioning Module features grid template, produces something like:

Supported Features

Create Suspend Unsuspend Terminate
Yes Yes Yes Yes
Change Package Change Password Usage Updates Client Area Link
Yes No Yes No

The following ports should be open for outbound connections from your WHMCS server: 2082

To use:

{{Provisioning_Module
| changepackage = yes
| usageupdates = yes
| port = 2082
}}

As Create, Suspend, Unsuspend and Terminate are assumed basic for all modules, only include these to show not supported.

Full list of options (case sensitive):

  • create
  • suspend
  • unsuspend
  • terminate
  • changepackage
  • changepw
  • usageupdates
  • clientarealink