PUT api/v1/mIS_Fitness/{fitnessId}/fitnessId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fitnessId

integer

Required

Body Parameters

MIS_FitnessVM
NameDescriptionTypeAdditional information
fitnessId

integer

None.

studentId

integer

None.

bloodGroupId

integer

None.

height

string

None.

weight

string

None.

isPhysicalDisability

boolean

None.

physicalDisability

string

None.

isHavingChronicDisease

boolean

None.

havingChronicDisease

string

None.

isRequiredPoliceClearnece

boolean

None.

requiredPoliceClearnece

string

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fitnessId": 1,
  "studentId": 1,
  "bloodGroupId": 1,
  "height": "sample string 2",
  "weight": "sample string 3",
  "isPhysicalDisability": true,
  "physicalDisability": "sample string 4",
  "isHavingChronicDisease": true,
  "havingChronicDisease": "sample string 5",
  "isRequiredPoliceClearnece": true,
  "requiredPoliceClearnece": "sample string 6",
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:22:35.5948775-07:00",
  "createdBy": 7
}

application/xml, text/xml

Sample:
<MIS_FitnessVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <bloodGroupId>1</bloodGroupId>
  <createdBy>7</createdBy>
  <dateCreated>2024-09-19T09:22:35.5948775-07:00</dateCreated>
  <fitnessId>1</fitnessId>
  <havingChronicDisease>sample string 5</havingChronicDisease>
  <height>sample string 2</height>
  <isHavingChronicDisease>true</isHavingChronicDisease>
  <isPhysicalDisability>true</isPhysicalDisability>
  <isRequiredPoliceClearnece>true</isRequiredPoliceClearnece>
  <physicalDisability>sample string 4</physicalDisability>
  <requiredPoliceClearnece>sample string 6</requiredPoliceClearnece>
  <studentId>1</studentId>
  <tenantId>1</tenantId>
  <weight>sample string 3</weight>
</MIS_FitnessVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.