INSERT : Input API Model
BasicCRUD Insert Query with Bridge
Last updated
Was this helpful?
BasicCRUD Insert Query with Bridge
Last updated
Was this helpful?
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.