Initial import
This commit is contained in:
124
application/controllers/ais/example.http
Normal file
124
application/controllers/ais/example.http
Normal file
@@ -0,0 +1,124 @@
|
||||
@baseUrl = https://cpone.aplikasi.web.id/one-api/ais
|
||||
# @baseUrl = http://his.sismedika.online:4081/westerindo_ais
|
||||
|
||||
|
||||
POST {{baseUrl}}/transaction/post_transaction_by_labnumber
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"labnumber": "H2509010001"
|
||||
}
|
||||
|
||||
### POST Re Post Transaction by Labnumber
|
||||
POST {{baseUrl}}/transaction/re_post_transaction_by_labnumber
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"labnumber": "H2509010001"
|
||||
}
|
||||
|
||||
### POST Medrec by No Reg
|
||||
POST {{baseUrl}}/masterdata/post_medrec_by_noreg
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"noreg": "CP2406200033"
|
||||
}
|
||||
|
||||
|
||||
|
||||
### GET Medrec by No Reg
|
||||
POST {{baseUrl}}/masterdata/get_medrec_by_noreg
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"noreg": "CP2406200033"
|
||||
}
|
||||
|
||||
|
||||
### GET Perusahaan by Code
|
||||
POST {{baseUrl}}/masterdata/get_perusahaan_by_code
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"corporate_code": "CP0029"
|
||||
}
|
||||
|
||||
### GET Doctor by Code
|
||||
POST {{baseUrl}}/masterdata/get_doctor_by_code
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"doctor_code": "D240700001"
|
||||
}
|
||||
|
||||
### POST Doctor by Code
|
||||
POST {{baseUrl}}/masterdata/post_doctor_by_code
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"doctor_code": "D240700001"
|
||||
}
|
||||
|
||||
### POST Jenis Layanan
|
||||
POST {{baseUrl}}/post_jenis_layanan
|
||||
|
||||
### GET Jenis Perusahaan
|
||||
GET {{baseUrl}}/get_jenis_perusahaan?id=1
|
||||
|
||||
### POST Jenis Perusahaan
|
||||
POST {{baseUrl}}/post_jenis_perusahaan
|
||||
|
||||
### POST Perusahaan
|
||||
POST {{baseUrl}}/post_perusahaan
|
||||
|
||||
### GET Perusahaan
|
||||
GET {{baseUrl}}/get_perusahaan
|
||||
|
||||
### POST Perusahaan Bulk
|
||||
POST {{baseUrl}}/post_perusahaan_bulk
|
||||
|
||||
|
||||
### GET Jenis Layanan
|
||||
GET {{baseUrl}}/get_jenislayanan
|
||||
|
||||
### Post Jenis Layanan
|
||||
Post {{baseUrl}}/post_jenislayanan
|
||||
|
||||
|
||||
### GET Layanan
|
||||
GET {{baseUrl}}/get_layanan
|
||||
|
||||
### Post Layanan
|
||||
POST {{baseUrl}}/post_layanan
|
||||
|
||||
|
||||
### GET Group Layanan
|
||||
GET {{baseUrl}}/get_grouplayanan
|
||||
|
||||
### Post Group Layanan
|
||||
POST {{baseUrl}}/post_grouplayanan
|
||||
|
||||
### GET Departemen
|
||||
GET {{baseUrl}}/get_departemen
|
||||
|
||||
### Post Departement
|
||||
POST {{baseUrl}}/post_departemen
|
||||
|
||||
### GET Departement
|
||||
GET {{baseUrl}}/get_medrec
|
||||
|
||||
### Post Departement
|
||||
POST {{baseUrl}}/post_medrec
|
||||
|
||||
### GET Transaction
|
||||
GET {{baseUrl}}/get_transaction
|
||||
|
||||
### Post Transaction
|
||||
POST {{baseUrl}}/post_transaction
|
||||
|
||||
### Post Transaction
|
||||
POST {{baseUrl}}/post_transaction?date=2024-02-08&limit=1&offset=0
|
||||
|
||||
### GET Payment
|
||||
GET {{baseUrl}}/get_payment?id=6
|
||||
Reference in New Issue
Block a user