POST api/Departments/PostHealthCentreDepartment

Request Information

URI Parameters

None.

Body Parameters

utblMstHealthCentreDepartment
NameDescriptionTypeAdditional information
DepartmentId

integer

None.

DepartmentName

string

None.

TransDate

date

None.

UserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DepartmentId": 1,
  "DepartmentName": "sample string 2",
  "TransDate": "2025-10-28T01:06:28.5194508+05:30",
  "UserId": "sample string 4"
}

application/xml, text/xml

Sample:
<utblMstHealthCentreDepartment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Master.Operation.Models">
  <DepartmentId>1</DepartmentId>
  <DepartmentName>sample string 2</DepartmentName>
  <TransDate>2025-10-28T01:06:28.5194508+05:30</TransDate>
  <UserId>sample string 4</UserId>
</utblMstHealthCentreDepartment>

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>