POST api/Patient/PatientFamilyDelete

Request Information

URI Parameters

None.

Body Parameters

PatientFamilyDeleteRequest
NameDescriptionTypeAdditional information
PatientData

PatientFamilyDelete

None.

PatientID

globally unique identifier

None.

WebApiVersion

integer

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientData": {
    "PatientFamilyID": "6f4bc82b-5b13-49ca-83b7-9ae602309126"
  },
  "PatientID": "bd899417-e7bf-4a7b-86cc-79b77344fa3f",
  "WebApiVersion": 2,
  "Language": "sample string 3"
}

application/xml, text/xml

Sample:
<PatientFamilyDeleteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SehatukaAPI.DTO">
  <Language>sample string 3</Language>
  <PatientID>bd899417-e7bf-4a7b-86cc-79b77344fa3f</PatientID>
  <WebApiVersion>2</WebApiVersion>
  <PatientData>
    <PatientFamilyID>6f4bc82b-5b13-49ca-83b7-9ae602309126</PatientFamilyID>
  </PatientData>
</PatientFamilyDeleteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.