如何在一个呼叫中使用Web Api中的PUT更新多个记录?

时间:2018-05-10 10:13:33

标签: asp.net-core-2.0 asp.net-core-webapi

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

0 个答案:

没有答案