Account
Action
HTTP Verb
URI
Create
POST
/account
Update
PUT
/account/<rowid>
Find by ID
GET
/account/<rowid>
Find All
GET
/account
Find by Filter
GET
/account?<filter>
Delete
DELETE
/account/<rowid>
Count
GET
/account/count
Schema: Account
Last updated