GET api/Default/GetNurseInfo/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of NInfoResponse
NameDescriptionTypeAdditional 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"
  }
]