PUT api/Client_MDT_Contacts/PutClient_MDT_Contacts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Client_MDT_ContactsModel
NameDescriptionTypeAdditional 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:19:19.2375183+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:19:19.2375183+01:00",
  "UpdatedDate": "2026-06-30T14:19:19.2375183+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:19:19.2375183+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:19:19.2375183+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:19:19.2375183+01:00</UpdatedDate>
  <Username>sample string 6</Username>
</Client_MDT_ContactsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Client_MDT_ContactsModel'.

Response Information

Resource Description

None.