GET api/People/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PersonResponseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ClientId | integer |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
DateOfBirth | date |
None. |
|
EmailAddress | string |
None. |
|
Gender | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.