POST api/DataPasienBaru
Request Information
URI Parameters
None.
Body Parameters
DataPasienBaruParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| nomorkartu | string |
None. |
|
| nik | string |
None. |
|
| nomorkk | string |
None. |
|
| nama | string |
None. |
|
| jeniskelamin | string |
None. |
|
| tanggallahir | string |
None. |
|
| nohp | string |
None. |
|
| alamat | string |
None. |
|
| kodeprop | string |
None. |
|
| namaprop | string |
None. |
|
| kodedati2 | string |
None. |
|
| namadati2 | string |
None. |
|
| kodekec | string |
None. |
|
| namakec | string |
None. |
|
| kodekel | string |
None. |
|
| namakel | string |
None. |
|
| rw | string |
None. |
|
| rt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"nomorkartu": "sample string 1",
"nik": "sample string 2",
"nomorkk": "sample string 3",
"nama": "sample string 4",
"jeniskelamin": "sample string 5",
"tanggallahir": "sample string 6",
"nohp": "sample string 7",
"alamat": "sample string 8",
"kodeprop": "sample string 9",
"namaprop": "sample string 10",
"kodedati2": "sample string 11",
"namadati2": "sample string 12",
"kodekec": "sample string 13",
"namakec": "sample string 14",
"kodekel": "sample string 15",
"namakel": "sample string 16",
"rw": "sample string 17",
"rt": "sample string 18"
}
application/xml, text/xml
Sample:
<DataPasienBaruParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JKNMobileService"> <alamat>sample string 8</alamat> <jeniskelamin>sample string 5</jeniskelamin> <kodedati2>sample string 11</kodedati2> <kodekec>sample string 13</kodekec> <kodekel>sample string 15</kodekel> <kodeprop>sample string 9</kodeprop> <nama>sample string 4</nama> <namadati2>sample string 12</namadati2> <namakec>sample string 14</namakec> <namakel>sample string 16</namakel> <namaprop>sample string 10</namaprop> <nik>sample string 2</nik> <nohp>sample string 7</nohp> <nomorkartu>sample string 1</nomorkartu> <nomorkk>sample string 3</nomorkk> <rt>sample string 18</rt> <rw>sample string 17</rw> <tanggallahir>sample string 6</tanggallahir> </DataPasienBaruParameter>
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.