|
get
|
GET /customers/page/{pagenumber} |
Gets customers by page
|
|
get
|
GET /customers/{ID} |
Finds customers by ID customers
|
|
get
|
GET /customers |
Get All customers
|
|
get
|
GET /products/page/{pagenumber} |
Gets products by page
|
|
get
|
GET /products/{ID} |
Finds products by ID products
|
|
get
|
GET /products |
Get All products
|
|
get
|
GET /transactions/date/{tglawal}/{jam_awal}/{tglakhir}/{jam_akhir} |
Gets transactions by date
|
|
get
|
GET /transactions/page/{pagenumber} |
Gets transactions by page
|
|
get
|
GET /transactions/{ID} |
Finds transactions by ID Transaction
|
|
get
|
GET /transactions |
Get All transactions
|
|
get
|
GET /transporters/page/{pagenumber} |
Gets transporters by page
|
|
get
|
GET /transporters/{ID} |
Finds transporters by ID transporter
|
|
get
|
GET /transporters |
Get All transporters
|
|
get
|
GET /vehicles/date/{tglawal}/{jam_awal}/{tglakhir}/{jam_akhir} |
Gets vehicles by date
|
|
get
|
GET /vehicles/page/{pagenumber} |
Gets vehicles by page
|
|
get
|
GET /vehicles/{ID} |
Finds vehicles by ID vehicles
|
|
get
|
GET /vehicles |
Get All vehicles
|