标签: asp.net-core-2.0 asp.net-core-webapi
如何在一次通话中使用Web Api中的PUT更新多条记录? 对于更新单个记录,URL将是 http://localhost:4211/api/AuditChecklist/{id}, 但是我应该通过{id}代替一次通话来更新多个记录?
http://localhost:4211/api/AuditChecklist/{id}
{id}