GET api/Default/GetNurseInfo/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of NInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| NISerial | string |
None. |
|
| NIName | string |
None. |
|
| NIUName | string |
None. |
|
| NIPassword | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"NISerial": "sample string 1",
"NIName": "sample string 2",
"NIUName": "sample string 3",
"NIPassword": "sample string 4"
},
{
"$ref": "1"
}
]