POST ssfp/AddGrowthRecord
Request Information
URI Parameters
None.
Body Parameters
SSFPGrowthTrack| Name | Description | Type | Additional information |
|---|---|---|---|
| GrowthId | 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. |
|
| EntryOn | date |
None. |
|
| Week | string |
None. |
|
| Type | string |
None. |
|
| Sec_ID | integer |
None. |
|
| Proj_ID | integer |
None. |
|
| D_Code | integer |
None. |
|
| Gender | string |
None. |
|
| cgmtype | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GrowthId": 1,
"SSFP_ChildId": 2,
"ChildId": 3,
"AgeInMonths": 4,
"Weight": 5.1,
"Height": 6.1,
"WHZ": 7.1,
"MUAC": 8.1,
"Date": "2026-03-04T22:31:33.4565124+05:30",
"EntryOn": "2026-03-04T22:31:33.4565124+05:30",
"Week": "sample string 11",
"Type": "sample string 12",
"Sec_ID": 13,
"Proj_ID": 14,
"D_Code": 15,
"Gender": "sample string 16",
"cgmtype": "sample string 17"
}
application/xml, text/xml
Sample:
<SSFPGrowthTrack 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>15</D_Code> <Date>2026-03-04T22:31:33.4565124+05:30</Date> <EntryOn>2026-03-04T22:31:33.4565124+05:30</EntryOn> <Gender>sample string 16</Gender> <GrowthId>1</GrowthId> <Height>6.1</Height> <MUAC>8.1</MUAC> <Proj_ID>14</Proj_ID> <SSFP_ChildId>2</SSFP_ChildId> <Sec_ID>13</Sec_ID> <Type>sample string 12</Type> <WHZ>7.1</WHZ> <Week>sample string 11</Week> <Weight>5.1</Weight> <cgmtype>sample string 17</cgmtype> </SSFPGrowthTrack>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.