GET api/v1/administrator/healthprofessional/{id}
Todo: Update with correct information
Request Information
Headers
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Headers
Resource Description
Application Status - Result, Status code, Message
Application Accept - AA, 200, OK,
HealthProfessionalDemographicsName | Description | Type | Additional information |
---|---|---|---|
UserAccountId |
Gets or sets the user account identifier. |
integer |
None. |
HealthProfessional |
Gets or sets the health professional. |
HealthProfessional |
None. |
Person |
Gets or sets the person. |
Person |
None. |
Response Formats
application/json
Sample:
{ "UserAccountId": 1, "HealthProfessional": { "HealthProfessionalId": "sample string 1", "Status": "sample string 2" }, "Person": { "FirstName": "sample string 1", "LastName": "sample string 2", "Phone": "sample string 3", "MobilePhone": "sample string 4", "Email": "sample string 5", "Address": "sample string 6" } }