Maybe I cannot find manual.
I found experimentally that POST is default acceptance verb if a method does not follow webapi naming convension (Post~~, Get~~) and does not describe verb attribute like [HttpPost] in webapi.
is that right? is there any description about this?