add filter status list antrian, add filter by type id
This commit is contained in:
@@ -28,6 +28,18 @@
|
||||
"name": "type",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Type id :id kategori, id spesialis, id sub-spesialis",
|
||||
"name": "type_id",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"description": "Status : 1, 2, 3, 4",
|
||||
"name": "status",
|
||||
"in": "query"
|
||||
},
|
||||
{
|
||||
"type": "string",
|
||||
"default": "10",
|
||||
@@ -337,6 +349,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"jenisKelamin": {
|
||||
"type": "string"
|
||||
},
|
||||
"kategori": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -364,6 +379,9 @@
|
||||
"spesialis": {
|
||||
"type": "string"
|
||||
},
|
||||
"statusOperasi": {
|
||||
"type": "string"
|
||||
},
|
||||
"subSpesialis": {
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user