POST ssfp/ssfpchildreg

Request Information

URI Parameters

None.

Body Parameters

SSFPChildInfo
NameDescriptionTypeAdditional information
SSFPChildId

integer

None.

IdChild

integer

None.

AWCCode

string

None.

ChildName

string

None.

MotherName

string

None.

DOB

date

None.

Age

integer

None.

Gender

string

None.

Type

string

None.

RegisteredType

string

None.

DOA

date

None.

Height

decimal number

None.

Weight

decimal number

None.

MUAC

decimal number

None.

EntryOn

date

None.

ReferralType

string

None.

ReferredBy

string

None.

RegType

string

None.

AppetitePresent

integer

None.

ReferredToNRC

integer

None.

cgmtype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SSFPChildId": 1,
  "IdChild": 2,
  "AWCCode": "sample string 3",
  "ChildName": "sample string 4",
  "MotherName": "sample string 5",
  "DOB": "2026-03-04T22:33:43.4943245+05:30",
  "Age": 7,
  "Gender": "sample string 8",
  "Type": "sample string 9",
  "RegisteredType": "sample string 10",
  "DOA": "2026-03-04T22:33:43.4943245+05:30",
  "Height": 12.1,
  "Weight": 13.1,
  "MUAC": 14.1,
  "EntryOn": "2026-03-04T22:33:43.4943245+05:30",
  "ReferralType": "sample string 16",
  "ReferredBy": "sample string 17",
  "RegType": "sample string 18",
  "AppetitePresent": 19,
  "ReferredToNRC": 20,
  "cgmtype": "sample string 21"
}

application/xml, text/xml

Sample:
<SSFPChildInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <AWCCode>sample string 3</AWCCode>
  <Age>7</Age>
  <AppetitePresent>19</AppetitePresent>
  <ChildName>sample string 4</ChildName>
  <DOA>2026-03-04T22:33:43.4943245+05:30</DOA>
  <DOB>2026-03-04T22:33:43.4943245+05:30</DOB>
  <EntryOn>2026-03-04T22:33:43.4943245+05:30</EntryOn>
  <Gender>sample string 8</Gender>
  <Height>12.1</Height>
  <IdChild>2</IdChild>
  <MUAC>14.1</MUAC>
  <MotherName>sample string 5</MotherName>
  <ReferralType>sample string 16</ReferralType>
  <ReferredBy>sample string 17</ReferredBy>
  <ReferredToNRC>20</ReferredToNRC>
  <RegType>sample string 18</RegType>
  <RegisteredType>sample string 10</RegisteredType>
  <SSFPChildId>1</SSFPChildId>
  <Type>sample string 9</Type>
  <Weight>13.1</Weight>
  <cgmtype>sample string 21</cgmtype>
</SSFPChildInfo>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.