POST api/HealthCentres/CentreType/DeleteCentreType

Request Information

URI Parameters

None.

Body Parameters

utblMstHealthCentreType
NameDescriptionTypeAdditional information
HealthCentreTypeId

integer

None.

HealthCentreTypeName

string

None.

TransDate

date

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HealthCentreTypeId": 1,
  "HealthCentreTypeName": "sample string 2",
  "TransDate": "2025-10-28T00:58:04.0681123+05:30",
  "UserId": "sample string 4"
}

application/xml, text/xml

Sample:
<utblMstHealthCentreType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
  <HealthCentreTypeId>1</HealthCentreTypeId>
  <HealthCentreTypeName>sample string 2</HealthCentreTypeName>
  <TransDate>2025-10-28T00:58:04.0681123+05:30</TransDate>
  <UserId>sample string 4</UserId>
</utblMstHealthCentreType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>