Printags Public
    • Accounts
      • Get current account
        GET
      • Get an account by ID
        GET
    • Orders
      • Find orders
        GET
      • Get an order by ID
        GET
      • Create a new order
        POST
      • Validate an order
        POST
    • Files
      • Upload a file
        POST
      • Get a file by ID
        GET
    • Statuses
      • Get all statuses
        GET
    • Schemas
      • Account
      • Address
      • Customer
      • Model
      • Product
      • ProductGroup
      • SubscriptionPlan
      • Shipping
      • Order
      • NFC

    SubscriptionPlan

    {
        "id": "987e6543-e21a-11d4-a789-0242ac120002",
        "displayname": "Basic Plan",
        "price": 49.99,
        "shippingLetter": true,
        "whiteLabel": false
    }
    Built with