User-154169686 posted
Hi
I would like to call web API endpoints (HttpPOST) which will create records in the database. (i.e create products)
I will read data from excel file such as productName.
I am not sure what is the right approach 1) Powershell script 2) database script or any better approach.
public IHttpActionResult PostProduct(int productId)
{
/////
}
May I know what is the best way to call it. An example will be excellent