GET api/Client_MDT_Contacts/MDT_ContactsListByClientID/{ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Client_MDT_ContactsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| InAppointment | boolean |
None. |
|
| AppointmentDate | date |
None. |
|
| AppointmentTime | string |
None. |
|
| ContactReason | string |
None. |
|
| OutcomeOfTheAppointment | string |
None. |
|
| DetailsOfTheProfessionalInvolved | string |
None. |
|
| Confirmation | boolean |
None. |
|
| ClientID | integer |
None. |
|
| CompletedBy | integer |
None. |
|
| Username | string |
None. |
|
| Shift | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| SignaturePath | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"InAppointment": true,
"AppointmentDate": "2026-06-30T14:18:53.1711512+01:00",
"AppointmentTime": "sample string 2",
"ContactReason": "sample string 3",
"OutcomeOfTheAppointment": "sample string 4",
"DetailsOfTheProfessionalInvolved": "sample string 5",
"Confirmation": true,
"ClientID": 1,
"CompletedBy": 1,
"Username": "sample string 6",
"Shift": "sample string 7",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:18:53.1711512+01:00",
"UpdatedDate": "2026-06-30T14:18:53.1711512+01:00",
"CreatedBy": 1,
"UpdatedBy": 1,
"SignaturePath": "sample string 8"
},
{
"ID": 1,
"InAppointment": true,
"AppointmentDate": "2026-06-30T14:18:53.1711512+01:00",
"AppointmentTime": "sample string 2",
"ContactReason": "sample string 3",
"OutcomeOfTheAppointment": "sample string 4",
"DetailsOfTheProfessionalInvolved": "sample string 5",
"Confirmation": true,
"ClientID": 1,
"CompletedBy": 1,
"Username": "sample string 6",
"Shift": "sample string 7",
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:18:53.1711512+01:00",
"UpdatedDate": "2026-06-30T14:18:53.1711512+01:00",
"CreatedBy": 1,
"UpdatedBy": 1,
"SignaturePath": "sample string 8"
}
]
text/xml
Sample:
<ArrayOfClient_MDT_ContactsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
<Client_MDT_ContactsModel>
<AppointmentDate>2026-06-30T14:18:53.1711512+01:00</AppointmentDate>
<AppointmentTime>sample string 2</AppointmentTime>
<ClientID>1</ClientID>
<CompletedBy>1</CompletedBy>
<Confirmation>true</Confirmation>
<ContactReason>sample string 3</ContactReason>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-06-30T14:18:53.1711512+01:00</CreatedDate>
<DetailsOfTheProfessionalInvolved>sample string 5</DetailsOfTheProfessionalInvolved>
<ID>1</ID>
<InAppointment>true</InAppointment>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<OutcomeOfTheAppointment>sample string 4</OutcomeOfTheAppointment>
<Shift>sample string 7</Shift>
<SignaturePath>sample string 8</SignaturePath>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-06-30T14:18:53.1711512+01:00</UpdatedDate>
<Username>sample string 6</Username>
</Client_MDT_ContactsModel>
<Client_MDT_ContactsModel>
<AppointmentDate>2026-06-30T14:18:53.1711512+01:00</AppointmentDate>
<AppointmentTime>sample string 2</AppointmentTime>
<ClientID>1</ClientID>
<CompletedBy>1</CompletedBy>
<Confirmation>true</Confirmation>
<ContactReason>sample string 3</ContactReason>
<CreatedBy>1</CreatedBy>
<CreatedDate>2026-06-30T14:18:53.1711512+01:00</CreatedDate>
<DetailsOfTheProfessionalInvolved>sample string 5</DetailsOfTheProfessionalInvolved>
<ID>1</ID>
<InAppointment>true</InAppointment>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<OutcomeOfTheAppointment>sample string 4</OutcomeOfTheAppointment>
<Shift>sample string 7</Shift>
<SignaturePath>sample string 8</SignaturePath>
<UpdatedBy>1</UpdatedBy>
<UpdatedDate>2026-06-30T14:18:53.1711512+01:00</UpdatedDate>
<Username>sample string 6</Username>
</Client_MDT_ContactsModel>
</ArrayOfClient_MDT_ContactsModel>