Interface ODataActionRequest

Hierarchy

Properties

actionName: string
collection?: string

the entity set name of data service

method?: HTTPMethod

GET for QUERY/READ; for QUERY, you can use params to control response data PATCH for UPDATE PUT for overrite POST for CREATE DELETE for delete

params?: SystemQueryOptions<any>
payload?: any

Generated using TypeDoc