GET api/Clients/{id}
Gets a single client by its ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the client. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The client if found; otherwise, a NotFound response.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.