Unit

Action

HTTP Verb

URI

Create

POST

/unit

Update

PUT

/unit/<rowid>

Find by ID

GET

/unit/<rowid>

Find All

GET

/unit

Find by Filter

GET

/unit?<filter>

Delete

DELETE

/unit/<rowid>

Count

GET

/unit/count

Schema: Unit

Last updated