POST api/UHIDMembership/Create

Request Information

URI Parameters

None.

Body Parameters

UHIDMembership
NameDescriptionTypeAdditional information
UMId

integer

None.

UHIDNo

string

None.

MembershipId

decimal number

None.

OPDCount

integer

None.

DieticianCount

integer

None.

HealthCheckUpCount

integer

None.

ActiveStatus

boolean

None.

ValidityFrom

date

None.

EntryPerson

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UMId": 1,
  "UHIDNo": "sample string 2",
  "MembershipId": 3.0,
  "OPDCount": 4,
  "DieticianCount": 5,
  "HealthCheckUpCount": 6,
  "ActiveStatus": true,
  "ValidityFrom": "2025-12-21T15:27:19.8410737+05:30",
  "EntryPerson": "sample string 8"
}

application/xml, text/xml

Sample:
<UHIDMembership xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass">
  <ActiveStatus>true</ActiveStatus>
  <DieticianCount>5</DieticianCount>
  <EntryPerson>sample string 8</EntryPerson>
  <HealthCheckUpCount>6</HealthCheckUpCount>
  <MembershipId>3</MembershipId>
  <OPDCount>4</OPDCount>
  <UHIDNo>sample string 2</UHIDNo>
  <UMId>1</UMId>
  <ValidityFrom>2025-12-21T15:27:19.8410737+05:30</ValidityFrom>
</UHIDMembership>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.