POST saveChildGrowth

Request Information

URI Parameters

None.

Body Parameters

ChildPageDTO
NameDescriptionTypeAdditional information
IdChild

integer

None.

PT_IdChild

integer

None.

Child_name

string

None.

mother_name

string

None.

father_name

string

None.

gender

string

None.

dob

string

None.

nvarchar

string

None.

beneficiary_type

string

None.

category

string

None.

aadhar_flag

string

None.

aadhar_number

string

None.

aadhar_verified

string

None.

mobile_verified

string

None.

IsActive

integer

None.

awc_id

integer

None.

district_id

integer

None.

project_id

integer

None.

sector_id

integer

None.

state_id

integer

None.

updated_at

string

None.

record_Id

integer

None.

ReginSSFP

integer

None.

TypeofReg

string

None.

WeightDate

string

None.

Weight

string

None.

Height

string

None.

ServiceMonth

integer

None.

ServiceYear

integer

None.

Gender

string

None.

AgeInMonths

integer

None.

Muac

string

None.

Contact_Number

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdChild": 1,
  "PT_IdChild": 2,
  "Child_name": "sample string 3",
  "mother_name": "sample string 4",
  "father_name": "sample string 5",
  "gender": "sample string 6",
  "dob": "sample string 7",
  "nvarchar": "sample string 8",
  "beneficiary_type": "sample string 9",
  "category": "sample string 10",
  "aadhar_flag": "sample string 11",
  "aadhar_number": "sample string 12",
  "aadhar_verified": "sample string 13",
  "mobile_verified": "sample string 14",
  "IsActive": 15,
  "awc_id": 16,
  "district_id": 17,
  "project_id": 18,
  "sector_id": 19,
  "state_id": 20,
  "updated_at": "sample string 21",
  "record_Id": 22,
  "ReginSSFP": 23,
  "TypeofReg": "sample string 24",
  "WeightDate": "sample string 25",
  "Weight": "sample string 26",
  "Height": "sample string 27",
  "ServiceMonth": 28,
  "ServiceYear": 29,
  "Gender": "sample string 30",
  "AgeInMonths": 31,
  "Muac": "sample string 32",
  "Contact_Number": "sample string 33"
}

application/xml, text/xml

Sample:
<ChildPageDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <AgeInMonths>31</AgeInMonths>
  <Child_name>sample string 3</Child_name>
  <Contact_Number>sample string 33</Contact_Number>
  <Gender>sample string 30</Gender>
  <Height>sample string 27</Height>
  <IdChild>1</IdChild>
  <IsActive>15</IsActive>
  <Muac>sample string 32</Muac>
  <PT_IdChild>2</PT_IdChild>
  <ReginSSFP>23</ReginSSFP>
  <ServiceMonth>28</ServiceMonth>
  <ServiceYear>29</ServiceYear>
  <TypeofReg>sample string 24</TypeofReg>
  <Weight>sample string 26</Weight>
  <WeightDate>sample string 25</WeightDate>
  <aadhar_flag>sample string 11</aadhar_flag>
  <aadhar_number>sample string 12</aadhar_number>
  <aadhar_verified>sample string 13</aadhar_verified>
  <awc_id>16</awc_id>
  <beneficiary_type>sample string 9</beneficiary_type>
  <category>sample string 10</category>
  <district_id>17</district_id>
  <dob>sample string 7</dob>
  <father_name>sample string 5</father_name>
  <gender>sample string 6</gender>
  <mobile_verified>sample string 14</mobile_verified>
  <mother_name>sample string 4</mother_name>
  <nvarchar>sample string 8</nvarchar>
  <project_id>18</project_id>
  <record_Id>22</record_Id>
  <sector_id>19</sector_id>
  <state_id>20</state_id>
  <updated_at>sample string 21</updated_at>
</ChildPageDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.