GET api/Client_Alcohol_And_Drug/GetClient_Alcohol_And_Drug/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Client_Alcohol_And_DrugModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Alcohol_and_Drug_Use | string |
None. |
|
| ClientID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"Alcohol_and_Drug_Use": "sample string 2",
"ClientID": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:20:38.829029+01:00",
"UpdatedDate": "2026-06-30T14:20:38.829029+01:00",
"CreatedBy": 1,
"UpdatedBy": 1
}
text/xml
Sample:
<Client_Alcohol_And_DrugModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <Alcohol_and_Drug_Use>sample string 2</Alcohol_and_Drug_Use> <ClientID>1</ClientID> <CreatedBy>1</CreatedBy> <CreatedDate>2026-06-30T14:20:38.829029+01:00</CreatedDate> <ID>1</ID> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-06-30T14:20:38.829029+01:00</UpdatedDate> </Client_Alcohol_And_DrugModel>