POST api/Client_MDT_Contacts/PostClient_MDT_Contacts
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"InAppointment": true,
"AppointmentDate": "2026-06-30T14:18:05.6487191+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:05.6495219+01:00",
"UpdatedDate": "2026-06-30T14:18:05.6495219+01:00",
"CreatedBy": 1,
"UpdatedBy": 1,
"SignaturePath": "sample string 8"
}
text/xml
Sample:
<Client_MDT_ContactsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <AppointmentDate>2026-06-30T14:18:05.6487191+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:05.6495219+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:05.6495219+01:00</UpdatedDate> <Username>sample string 6</Username> </Client_MDT_ContactsModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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:05.6495219+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:05.6495219+01:00",
"UpdatedDate": "2026-06-30T14:18:05.6495219+01:00",
"CreatedBy": 1,
"UpdatedBy": 1,
"SignaturePath": "sample string 8"
}
text/xml
Sample:
<Client_MDT_ContactsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <AppointmentDate>2026-06-30T14:18:05.6495219+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:05.6495219+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:05.6495219+01:00</UpdatedDate> <Username>sample string 6</Username> </Client_MDT_ContactsModel>