POST api/UserGrandfatherBro/Save
Request Information
URI Parameters
None.
Body Parameters
usergrandfatherbros| Name | Description | Type | Additional information |
|---|---|---|---|
| Usergrandfatherbro | Collection of usergrandfatherbro |
None. |
Request Formats
application/json, text/json
Sample:
{
"Usergrandfatherbro": [
{
"gf_bro_id": 1,
"grandfather_name": "sample string 2",
"grandmother_name": "sample string 3",
"bro_name": "sample string 4",
"bro_dob": "sample string 5",
"bro_wife_name": "sample string 6",
"bro_wife_dob": "sample string 7",
"bro_no_childrens": 8,
"bro_place": "sample string 9",
"bro_city": "sample string 10",
"bro_state": "sample string 11",
"bro_country": "sample string 12",
"user_id": 13
},
{
"gf_bro_id": 1,
"grandfather_name": "sample string 2",
"grandmother_name": "sample string 3",
"bro_name": "sample string 4",
"bro_dob": "sample string 5",
"bro_wife_name": "sample string 6",
"bro_wife_dob": "sample string 7",
"bro_no_childrens": 8,
"bro_place": "sample string 9",
"bro_city": "sample string 10",
"bro_state": "sample string 11",
"bro_country": "sample string 12",
"user_id": 13
}
]
}
application/xml, text/xml
Sample:
<usergrandfatherbros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model">
<Usergrandfatherbro>
<usergrandfatherbro>
<bro_city>sample string 10</bro_city>
<bro_country>sample string 12</bro_country>
<bro_dob>sample string 5</bro_dob>
<bro_name>sample string 4</bro_name>
<bro_no_childrens>8</bro_no_childrens>
<bro_place>sample string 9</bro_place>
<bro_state>sample string 11</bro_state>
<bro_wife_dob>sample string 7</bro_wife_dob>
<bro_wife_name>sample string 6</bro_wife_name>
<gf_bro_id>1</gf_bro_id>
<grandfather_name>sample string 2</grandfather_name>
<grandmother_name>sample string 3</grandmother_name>
<user_id>13</user_id>
</usergrandfatherbro>
<usergrandfatherbro>
<bro_city>sample string 10</bro_city>
<bro_country>sample string 12</bro_country>
<bro_dob>sample string 5</bro_dob>
<bro_name>sample string 4</bro_name>
<bro_no_childrens>8</bro_no_childrens>
<bro_place>sample string 9</bro_place>
<bro_state>sample string 11</bro_state>
<bro_wife_dob>sample string 7</bro_wife_dob>
<bro_wife_name>sample string 6</bro_wife_name>
<gf_bro_id>1</gf_bro_id>
<grandfather_name>sample string 2</grandfather_name>
<grandmother_name>sample string 3</grandmother_name>
<user_id>13</user_id>
</usergrandfatherbro>
</Usergrandfatherbro>
</usergrandfatherbros>
multipart/form-data
Sample:
<usergrandfatherbros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model"><Usergrandfatherbro><usergrandfatherbro><bro_city>sample string 10</bro_city><bro_country>sample string 12</bro_country><bro_dob>sample string 5</bro_dob><bro_name>sample string 4</bro_name><bro_no_childrens>8</bro_no_childrens><bro_place>sample string 9</bro_place><bro_state>sample string 11</bro_state><bro_wife_dob>sample string 7</bro_wife_dob><bro_wife_name>sample string 6</bro_wife_name><gf_bro_id>1</gf_bro_id><grandfather_name>sample string 2</grandfather_name><grandmother_name>sample string 3</grandmother_name><user_id>13</user_id></usergrandfatherbro><usergrandfatherbro><bro_city>sample string 10</bro_city><bro_country>sample string 12</bro_country><bro_dob>sample string 5</bro_dob><bro_name>sample string 4</bro_name><bro_no_childrens>8</bro_no_childrens><bro_place>sample string 9</bro_place><bro_state>sample string 11</bro_state><bro_wife_dob>sample string 7</bro_wife_dob><bro_wife_name>sample string 6</bro_wife_name><gf_bro_id>1</gf_bro_id><grandfather_name>sample string 2</grandfather_name><grandmother_name>sample string 3</grandmother_name><user_id>13</user_id></usergrandfatherbro></Usergrandfatherbro></usergrandfatherbros>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml, multipart/form-data
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />