Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created August 30, 2018 07:05
Show Gist options
  • Save wayanjimmy/8780c3a1808bea677ca8b37114ec22ff to your computer and use it in GitHub Desktop.
Save wayanjimmy/8780c3a1808bea677ca8b37114ec22ff to your computer and use it in GitHub Desktop.
Faskes BPJS Postman Collection
{
"info": {
"_postman_id": "692adab9-f9a9-48e0-8452-08ba65e36958",
"name": "Faskes BPJS",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Provinces list",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://faskes.bpjs-kesehatan.go.id/aplicares/Referensi/propinsi",
"protocol": "https",
"host": [
"faskes",
"bpjs-kesehatan",
"go",
"id"
],
"path": [
"aplicares",
"Referensi",
"propinsi"
]
}
},
"response": []
},
{
"name": "Dati2 list",
"request": {
"method": "GET",
"header": [],
"body": {},
"url": {
"raw": "https://faskes.bpjs-kesehatan.go.id/aplicares/Referensi/dati2/10",
"protocol": "https",
"host": [
"faskes",
"bpjs-kesehatan",
"go",
"id"
],
"path": [
"aplicares",
"Referensi",
"dati2",
"10"
]
}
},
"response": []
},
{
"name": "Faskes list",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\"params\":{},\"jnscari\":\"carifaskes\",\"jnscari1\":\"bylocation\",\"dati2ppk\":\"0226\",\"jnsppk\":\"P\",\"lat\":-8.6562761,\"lng\":115.15932969999999}"
},
"url": {
"raw": "https://faskes.bpjs-kesehatan.go.id/aplicares/Pencarian/getList",
"protocol": "https",
"host": [
"faskes",
"bpjs-kesehatan",
"go",
"id"
],
"path": [
"aplicares",
"Pencarian",
"getList"
]
}
},
"response": []
},
{
"name": "Detail Faskes",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\"kdppk\":\"22070101\",\"jnsppk\":\"P\"}"
},
"url": {
"raw": "https://faskes.bpjs-kesehatan.go.id/aplicares/Pencarian/getData",
"protocol": "https",
"host": [
"faskes",
"bpjs-kesehatan",
"go",
"id"
],
"path": [
"aplicares",
"Pencarian",
"getData"
]
}
},
"response": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment