90 lines
1.7 KiB
HTTP
90 lines
1.7 KiB
HTTP
@baseUrl = https://devcpone.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": "CP2406140001"
|
|
}
|
|
|
|
|
|
### 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 |