POST ssfp/AddHealthDetails

Request Information

URI Parameters

None.

Body Parameters

SSFPHealth
NameDescriptionTypeAdditional information
SSFP_ChildId

integer

None.

ChildId

integer

None.

Date

date

None.

Complications

string

None.

otherComplications

string

None.

AppetitePresent

integer

None.

ScoopsRecommended

integer

None.

ReferredToNRC

integer

None.

Rmonth

integer

None.

Ryear

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SSFP_ChildId": 1,
  "ChildId": 2,
  "Date": "2026-03-04T22:32:09.8424178+05:30",
  "Complications": "sample string 4",
  "otherComplications": "sample string 5",
  "AppetitePresent": 6,
  "ScoopsRecommended": 7,
  "ReferredToNRC": 8,
  "Rmonth": 9,
  "Ryear": 10
}

application/xml, text/xml

Sample:
<SSFPHealth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <AppetitePresent>6</AppetitePresent>
  <ChildId>2</ChildId>
  <Complications>sample string 4</Complications>
  <Date>2026-03-04T22:32:09.8424178+05:30</Date>
  <ReferredToNRC>8</ReferredToNRC>
  <Rmonth>9</Rmonth>
  <Ryear>10</Ryear>
  <SSFP_ChildId>1</SSFP_ChildId>
  <ScoopsRecommended>7</ScoopsRecommended>
  <otherComplications>sample string 5</otherComplications>
</SSFPHealth>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SSFPHealth'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.