POST registerpw

Request Information

URI Parameters

None.

Body Parameters

PWRegDTO
NameDescriptionTypeAdditional information
IdPW

integer

None.

PT_idPW

integer

None.

Name

string

None.

Husband_name

string

None.

Mother_name

string

None.

Father_name

string

None.

Dob

string

None.

Category

string

None.

Aadhar_flag

string

None.

Aadhar_number

string

None.

Aadhar_verified

string

None.

Beneficiary_type

string

None.

First_pregnancy

integer

None.

Lmp

string

None.

Delivery_date

string

None.

Mobile_verified

string

None.

ISActive

integer

None.

Awc_id

integer

None.

Sector_id

integer

None.

Project_id

integer

None.

District_id

integer

None.

State_id

integer

None.

Updated_at

string

None.

Record_Id

integer

None.

miscarried_before

integer

None.

IsFamilySurvey

integer

None.

IsPWOrLactating

integer

None.

Contact_Number

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdPW": 1,
  "PT_idPW": 2,
  "Name": "sample string 3",
  "Husband_name": "sample string 4",
  "Mother_name": "sample string 5",
  "Father_name": "sample string 6",
  "Dob": "sample string 7",
  "Category": "sample string 8",
  "Aadhar_flag": "sample string 9",
  "Aadhar_number": "sample string 10",
  "Aadhar_verified": "sample string 11",
  "Beneficiary_type": "sample string 12",
  "First_pregnancy": 13,
  "Lmp": "sample string 14",
  "Delivery_date": "sample string 15",
  "Mobile_verified": "sample string 16",
  "ISActive": 17,
  "Awc_id": 18,
  "Sector_id": 19,
  "Project_id": 20,
  "District_id": 21,
  "State_id": 22,
  "Updated_at": "sample string 23",
  "Record_Id": 24,
  "miscarried_before": 25,
  "IsFamilySurvey": 26,
  "IsPWOrLactating": 27,
  "Contact_Number": "sample string 28"
}

application/xml, text/xml

Sample:
<PWRegDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess">
  <Aadhar_flag>sample string 9</Aadhar_flag>
  <Aadhar_number>sample string 10</Aadhar_number>
  <Aadhar_verified>sample string 11</Aadhar_verified>
  <Awc_id>18</Awc_id>
  <Beneficiary_type>sample string 12</Beneficiary_type>
  <Category>sample string 8</Category>
  <Contact_Number>sample string 28</Contact_Number>
  <Delivery_date>sample string 15</Delivery_date>
  <District_id>21</District_id>
  <Dob>sample string 7</Dob>
  <Father_name>sample string 6</Father_name>
  <First_pregnancy>13</First_pregnancy>
  <Husband_name>sample string 4</Husband_name>
  <ISActive>17</ISActive>
  <IdPW>1</IdPW>
  <IsFamilySurvey>26</IsFamilySurvey>
  <IsPWOrLactating>27</IsPWOrLactating>
  <Lmp>sample string 14</Lmp>
  <Mobile_verified>sample string 16</Mobile_verified>
  <Mother_name>sample string 5</Mother_name>
  <Name>sample string 3</Name>
  <PT_idPW>2</PT_idPW>
  <Project_id>20</Project_id>
  <Record_Id>24</Record_Id>
  <Sector_id>19</Sector_id>
  <State_id>22</State_id>
  <Updated_at>sample string 23</Updated_at>
  <miscarried_before>25</miscarried_before>
</PWRegDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.