Add a new set of API endpoints
Follow this process to generate contract, service, and controller classes for a new set of API endpoints that bind to data in a specific database table
Before you start
Define the entity

Prepare the code generator
Generate the new classes

Integrate the new classes
Contract code

Service code

API code

Optional steps
Implement default functionality for Reader:BuildQueryable

Remove organization identifier properties from models

Rename Identifier suffixes to Id in model property names
Add navigation properties
Test the API

Last updated
Was this helpful?