Retrieve order forms
Retrieving order forms lets you get information about the fields in an order form and the plans that you can order in a package. An application uses this information to place an order in the API.
The following methods retrieve order forms:
- getAvailableOrderForms() returns information about each package the API user can order. Use this method to list the order forms and plans for each package that an application is authorised to order.
- getOrderForms() returns information about the order form and plans for a specific package.