POST ssfp/AddFollowupDetails

Request Information

URI Parameters

None.

Body Parameters

SSFPFollowup
NameDescriptionTypeAdditional information
FollowupId

integer

None.

SSFP_ChildId

integer

None.

ChildId

integer

None.

AgeInMonths

integer

None.

Weight

decimal number

None.

Height

decimal number

None.

WHZ

decimal number

None.

MUAC

decimal number

None.

Date

date

None.

Rmonth

integer

None.

Ryear

integer

None.

Sec_ID

integer

None.

Proj_ID

integer

None.

D_Code

integer

None.

Gender

string

None.

remarks

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FollowupId": 1,
  "SSFP_ChildId": 2,
  "ChildId": 3,
  "AgeInMonths": 4,
  "Weight": 5.1,
  "Height": 6.1,
  "WHZ": 7.1,
  "MUAC": 8.1,
  "Date": "2026-03-04T22:37:28.9158683+05:30",
  "Rmonth": 10,
  "Ryear": 11,
  "Sec_ID": 12,
  "Proj_ID": 13,
  "D_Code": 14,
  "Gender": "sample string 15",
  "remarks": "sample string 16"
}

application/xml, text/xml

Sample:
<SSFPFollowup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <AgeInMonths>4</AgeInMonths>
  <ChildId>3</ChildId>
  <D_Code>14</D_Code>
  <Date>2026-03-04T22:37:28.9158683+05:30</Date>
  <FollowupId>1</FollowupId>
  <Gender>sample string 15</Gender>
  <Height>6.1</Height>
  <MUAC>8.1</MUAC>
  <Proj_ID>13</Proj_ID>
  <Rmonth>10</Rmonth>
  <Ryear>11</Ryear>
  <SSFP_ChildId>2</SSFP_ChildId>
  <Sec_ID>12</Sec_ID>
  <WHZ>7.1</WHZ>
  <Weight>5.1</Weight>
  <remarks>sample string 16</remarks>
</SSFPFollowup>

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 'SSFPFollowup'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.