Such a permalink structure isn't possible with the normal settings available when registering a post type (whether you register the post type using Toolset, or directly using the WordPress function register_post_type).
For structure you would need to set up custom rewrite rules. That involves using add_rewrite_rule to register the custom rules, and using the filter post_type_link to modify the post URLs.