Skip to main content

Method: POST Consultation Registration

Terakhir disunting pada 17 Mei 2023

Create consultation in telemedicine.

HTTP request

Authorization Scopes

"header": [
{
"key": "Authorization",
"value": "{your_token}",
"type": "text"
}
]

Request Body

"body": {
"mode": "raw",
"raw": "{\n \"idPasien\": 100,\n \"idJadwal\": 10,\n \"idFasyankes\": 12345678\n\n}",
"options": {
"raw": {
"language": "json"
}
}
}

Response Body

If successful, the response body empty.