DELETE api/hospitalsheetinfo/delete/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

HospitalSheetInfo
NameDescriptionTypeAdditional information
HospitalSheetInfoId

integer

None.

InfoSheetId

integer

None.

PracticeId

integer

None.

AddedBy

string

None.

Date

date

None.

HospitalAdmissionId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "HospitalSheetInfoId": 1,
  "InfoSheetId": 2,
  "PracticeId": 3,
  "AddedBy": "sample string 4",
  "Date": "2024-12-21T05:35:41.5692396+00:00",
  "HospitalAdmissionId": 6
}

text/html

Sample:
{"HospitalSheetInfoId":1,"InfoSheetId":2,"PracticeId":3,"AddedBy":"sample string 4","Date":"2024-12-21T05:35:41.5692396+00:00","HospitalAdmissionId":6}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'System.Collections.Generic.List`1[[VetAPI.DataModel.AspNetRole, VetAPI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' contains cycles and cannot be serialized if reference tracking is disabled.