POST api/AmbilAntrean
Request Information
URI Parameters
None.
Body Parameters
AntreanParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| nomorkartu | string |
None. |
|
| nik | string |
None. |
|
| nohp | string |
None. |
|
| kodepoli | string |
None. |
|
| kodedokter | string |
None. |
|
| norm | string |
None. |
|
| tanggalperiksa | string |
None. |
|
| jampraktek | string |
None. |
|
| jeniskunjungan | string |
None. |
|
| nomorreferensi | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nomorkartu": "sample string 1",
"nik": "sample string 2",
"nohp": "sample string 3",
"kodepoli": "sample string 4",
"kodedokter": "sample string 5",
"norm": "sample string 6",
"tanggalperiksa": "sample string 7",
"jampraktek": "sample string 8",
"jeniskunjungan": "sample string 9",
"nomorreferensi": "sample string 10"
}
application/xml, text/xml
Sample:
<AntreanParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JKNMobileService"> <jampraktek>sample string 8</jampraktek> <jeniskunjungan>sample string 9</jeniskunjungan> <kodedokter>sample string 5</kodedokter> <kodepoli>sample string 4</kodepoli> <nik>sample string 2</nik> <nohp>sample string 3</nohp> <nomorkartu>sample string 1</nomorkartu> <nomorreferensi>sample string 10</nomorreferensi> <norm>sample string 6</norm> <tanggalperiksa>sample string 7</tanggalperiksa> </AntreanParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.