26. Invoke a bound action
OData support bound custom actions. Actions can have side effects. So the HTTP verb for an OData action can be GET,POST,PUT,DELETE according to the behavior of the action. In the example below, the action implies a POST.
Request Body
{"userName"=>"scottketchum", "tripId"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |