NETCORESAAS
  • Welcome
  • Getting Started
    • Getting started
      • Frontend
      • Backend + Frontend
    • Deploy
      • Initialize git repository
      • Deploy to heroku
    • Environment variables
    • API
      • Controllers
    • Testing
      • Integration Tests
  • Other
    • Installing
      • 1. Install VSCode
      • 2. Install .NET Core SDK
      • 3. Install Node.js
      • 4. Test installation
    • Integrations
      • Stripe
        • Subscription Options
        • Getting the API Keys
        • Creating Stripe Products
        • Creating the Customer Portal
      • Email
        • SMTP
        • Postmark
      • Social Login
        • Google Sign In
      • Conversations
        • Intercom
        • Drift
  • Blog
Powered by GitBook
On this page
  • AuthenticationController
  • TenantController
  • TenantUsersController
  • TenantUserInvitationController
  • UserController
  • SubscriptionController
  • ResourceController
  • TestForMasterEntityController
  • TransactionController
  • TestForAppEntityController

Was this helpful?

  1. Getting Started
  2. API

Controllers

AuthenticationController

Login

Register

Verify

Reset

TenantController

GetAll

GetMyTenants

Create

Update

UpdateImage

Delete

TenantUsersController

GetAllUsers

GetUsers

GetUser

UpdateUser

Delete

TenantUserInvitationController

GetInvitation

GetInviteUrl

GetInvitationSettings

Invite

RequestAccess

AcceptInvitation

AcceptUser

InvitationSettings

UserController

GetAllUsers

GetUser

Update

UpdateAvatar

UpdatePassword

UpdateDefaultTenant

Delete

SubscriptionController

GetProducts

GetProduct

GetCurrentSubscription

GetUpcomingInvoice

GetCoupon

UpdateSubscription

CancelSubscription

UpdateCardToken

UpdateCard

CreateCustomerPortalSession

CreateOrUpdateProduct

CreateOrUpdatePrice

DeleteProduct

DeletePrice

ResourceController

GetAll

GetMyResources

Download

Create

Upload

Update

Delete

TestForMasterEntityController

GetAll

Get

Create

Update

Delete

TransactionController

GetAll

Get

Create

Update

Delete

TestForAppEntityController

GetAll

Get

Create

Update

Delete

PreviousAPINextTesting

Last updated 4 years ago

Was this helpful?