Examples

Invalid key
Stateful
A Stateful integration is useful when:
  • You want persistant results
  • You want to have the possibility to easily modify the result
  • You want to share results with other easily with a link
  • Minimal integration work is required
How to use the result
You typically embed the result in the response URL as an iFrame, or add a link to open up the load plan in a new window.
URL: {{statefulUrl}}
{{prettyStatefulBody}}
Show result in embedded iFrame:
Show result with summary and link:
Summary: {{statefulResultSummary}}, Open loadplan
Stateless
A Stateless integration is useful when . This is usefull when:
  • You just want some quick metrics, like number of containers, used length etc
  • You want full customization of look and feel
  • Want to store the result on your servers, not on ours
How to use the result

Maybe you just want to present parts of the result to the user, like number of containers, linear feets used, total weight etc.

You will probably also want to show the actual containers in some way. Graphics can be generated in two ways: You can do it locally with our SDK, or remotely - both has their own pros and cons. Doing it locally means you need to load an additional JS library and requires more work, but provides a faster response for your users.

URL: {{statelessUrl}}
{{prettyStatelessBody}}
Result
{{statelessResultSummary}}