DELETE api/CaseInbound/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

caseinbound
NameDescriptionTypeAdditional information
dataentry_formid

integer

None.

phoneno

string

None.

pname

string

None.

spokento

string

None.

relation

string

None.

confirmdate

string

None.

labname

string

None.

location

string

None.

hospname

string

None.

hosptype

string

None.

otherdet

string

None.

pressure

boolean

None.

sugar

boolean

None.

asthma

boolean

None.

kidney

boolean

None.

cancer

boolean

None.

fever

integer

None.

shortness

integer

None.

spo2

integer

None.

loosemotion

boolean

None.

losttaste

boolean

None.

attention

boolean

None.

isoathome

boolean

None.

age

integer

None.

sex

string

None.

address

string

None.

pincode

integer

None.

district

string

None.

remarks

string

None.

filetype

string

None.

filecontent

string

None.

filename

string

None.

incoming

integer

None.

createdon

date

None.

apno

string

None.

Response Formats

application/json, text/json

Sample:
{
  "dataentry_formid": 1,
  "phoneno": "sample string 2",
  "pname": "sample string 3",
  "spokento": "sample string 4",
  "relation": "sample string 5",
  "confirmdate": "sample string 6",
  "labname": "sample string 7",
  "location": "sample string 8",
  "hospname": "sample string 9",
  "hosptype": "sample string 10",
  "otherdet": "sample string 11",
  "pressure": true,
  "sugar": true,
  "asthma": true,
  "kidney": true,
  "cancer": true,
  "fever": 1,
  "shortness": 1,
  "spo2": 1,
  "loosemotion": true,
  "losttaste": true,
  "attention": true,
  "isoathome": true,
  "age": 1,
  "sex": "sample string 12",
  "address": "sample string 13",
  "pincode": 1,
  "district": "sample string 14",
  "remarks": "sample string 15",
  "filetype": "sample string 16",
  "filecontent": "sample string 17",
  "filename": "sample string 18",
  "incoming": 1,
  "createdon": "2024-03-29T03:09:33.3730305+05:30",
  "apno": "sample string 19"
}

application/xml, text/xml

Sample:
<caseinbound xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility">
  <address>sample string 13</address>
  <age>1</age>
  <apno>sample string 19</apno>
  <asthma>true</asthma>
  <attention>true</attention>
  <cancer>true</cancer>
  <confirmdate>sample string 6</confirmdate>
  <createdon>2024-03-29T03:09:33.3730305+05:30</createdon>
  <dataentry_formid>1</dataentry_formid>
  <district>sample string 14</district>
  <fever>1</fever>
  <filecontent>sample string 17</filecontent>
  <filename>sample string 18</filename>
  <filetype>sample string 16</filetype>
  <hospname>sample string 9</hospname>
  <hosptype>sample string 10</hosptype>
  <incoming>1</incoming>
  <isoathome>true</isoathome>
  <kidney>true</kidney>
  <labname>sample string 7</labname>
  <location>sample string 8</location>
  <loosemotion>true</loosemotion>
  <losttaste>true</losttaste>
  <otherdet>sample string 11</otherdet>
  <phoneno>sample string 2</phoneno>
  <pincode>1</pincode>
  <pname>sample string 3</pname>
  <pressure>true</pressure>
  <relation>sample string 5</relation>
  <remarks>sample string 15</remarks>
  <sex>sample string 12</sex>
  <shortness>1</shortness>
  <spo2>1</spo2>
  <spokento>sample string 4</spokento>
  <sugar>true</sugar>
</caseinbound>