INSERT : Input API Model
BasicCRUD Insert Query with Bridge
Now let us look at the input API model. So we'll go back to our solution.
If you see in our APIModels, we have InputAPIModel and this is the customer module that was created and Add is the feature.
So for add customer the input API model that got created was AddCustomerInputAPIModel, we have two Fields: Name and DateOfBirth.
Last updated