POST api/Generalwellness

Request Information

URI Parameters

None.

Body Parameters

Generalwellness
NameDescriptionTypeAdditional information
G_Id

integer

None.

MobileNumber

string

None.

Rating

string

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "G_Id": 1,
  "MobileNumber": "sample string 2",
  "Rating": "sample string 3",
  "Date": "2026-04-22T15:56:25.4362925+05:30"
}

application/xml, text/xml

Sample:
<Generalwellness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Repositories.Core.Model">
  <Date>2026-04-22T15:56:25.4362925+05:30</Date>
  <G_Id>1</G_Id>
  <MobileNumber>sample string 2</MobileNumber>
  <Rating>sample string 3</Rating>
</Generalwellness>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Generalwellness
NameDescriptionTypeAdditional information
G_Id

integer

None.

MobileNumber

string

None.

Rating

string

None.

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "G_Id": 1,
  "MobileNumber": "sample string 2",
  "Rating": "sample string 3",
  "Date": "2026-04-22T15:56:25.4362925+05:30"
}

application/xml, text/xml

Sample:
<Generalwellness xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Repositories.Core.Model">
  <Date>2026-04-22T15:56:25.4362925+05:30</Date>
  <G_Id>1</G_Id>
  <MobileNumber>sample string 2</MobileNumber>
  <Rating>sample string 3</Rating>
</Generalwellness>