DELETE api/Client_MDT_Info/DeleteClient_MDT_Info/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Client_MDT_InfoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FundingAuthorities | string |
None. |
|
| ReferralBorough | string |
None. |
|
| FundingContact | string |
None. |
|
| CareCordinator | string |
None. |
|
| SocialSupervisor | string |
None. |
|
| NearestRelative | string |
None. |
|
| EmergencyTeam | string |
None. |
|
| ResettlementTeam | string |
None. |
|
| ReferralContact | string |
None. |
|
| OtherProfessionals | string |
None. |
|
| SexOffender | boolean |
None. |
|
| MAPPA | string |
None. |
|
| ClientID | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| SignaturePath | string |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| SexOffenderRegister | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"FundingAuthorities": "sample string 2",
"ReferralBorough": "sample string 3",
"FundingContact": "sample string 4",
"CareCordinator": "sample string 5",
"SocialSupervisor": "sample string 6",
"NearestRelative": "sample string 7",
"EmergencyTeam": "sample string 8",
"ResettlementTeam": "sample string 9",
"ReferralContact": "sample string 10",
"OtherProfessionals": "sample string 11",
"SexOffender": true,
"MAPPA": "sample string 12",
"ClientID": 1,
"IsActive": true,
"IsDeleted": true,
"CreatedDate": "2026-06-30T14:20:43.8908235+01:00",
"UpdatedDate": "2026-06-30T14:20:43.8908235+01:00",
"SignaturePath": "sample string 13",
"CreatedBy": 1,
"UpdatedBy": 1,
"SexOffenderRegister": true
}
text/xml
Sample:
<Client_MDT_InfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models"> <CareCordinator>sample string 5</CareCordinator> <ClientID>1</ClientID> <CreatedBy>1</CreatedBy> <CreatedDate>2026-06-30T14:20:43.8908235+01:00</CreatedDate> <EmergencyTeam>sample string 8</EmergencyTeam> <FundingAuthorities>sample string 2</FundingAuthorities> <FundingContact>sample string 4</FundingContact> <ID>1</ID> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <MAPPA>sample string 12</MAPPA> <NearestRelative>sample string 7</NearestRelative> <OtherProfessionals>sample string 11</OtherProfessionals> <ReferralBorough>sample string 3</ReferralBorough> <ReferralContact>sample string 10</ReferralContact> <ResettlementTeam>sample string 9</ResettlementTeam> <SexOffender>true</SexOffender> <SexOffenderRegister>true</SexOffenderRegister> <SignaturePath>sample string 13</SignaturePath> <SocialSupervisor>sample string 6</SocialSupervisor> <UpdatedBy>1</UpdatedBy> <UpdatedDate>2026-06-30T14:20:43.8908235+01:00</UpdatedDate> </Client_MDT_InfoModel>