POST api/UserFathergrandfatherBro/Save

Request Information

URI Parameters

None.

Body Parameters

userfathergrandfatherbros
NameDescriptionTypeAdditional information
objuserfathergrandfatherbros

Collection of userfathergrandfatherbro

None.

Request Formats

application/json, text/json

Sample:
{
  "objuserfathergrandfatherbros": [
    {
      "fgf_bro_id": 1,
      "fath_grandfath_name": "sample string 2",
      "fath_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
    },
    {
      "fgf_bro_id": 1,
      "fath_grandfath_name": "sample string 2",
      "fath_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:
<userfathergrandfatherbros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model">
  <objuserfathergrandfatherbros>
    <userfathergrandfatherbro>
      <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>
      <fath_grandfath_name>sample string 2</fath_grandfath_name>
      <fath_grandmother_name>sample string 3</fath_grandmother_name>
      <fgf_bro_id>1</fgf_bro_id>
      <user_id>13</user_id>
    </userfathergrandfatherbro>
    <userfathergrandfatherbro>
      <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>
      <fath_grandfath_name>sample string 2</fath_grandfath_name>
      <fath_grandmother_name>sample string 3</fath_grandmother_name>
      <fgf_bro_id>1</fgf_bro_id>
      <user_id>13</user_id>
    </userfathergrandfatherbro>
  </objuserfathergrandfatherbros>
</userfathergrandfatherbros>

multipart/form-data

Sample:
<userfathergrandfatherbros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ailt_model"><objuserfathergrandfatherbros><userfathergrandfatherbro><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><fath_grandfath_name>sample string 2</fath_grandfath_name><fath_grandmother_name>sample string 3</fath_grandmother_name><fgf_bro_id>1</fgf_bro_id><user_id>13</user_id></userfathergrandfatherbro><userfathergrandfatherbro><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><fath_grandfath_name>sample string 2</fath_grandfath_name><fath_grandmother_name>sample string 3</fath_grandmother_name><fgf_bro_id>1</fgf_bro_id><user_id>13</user_id></userfathergrandfatherbro></objuserfathergrandfatherbros></userfathergrandfatherbros>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

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/" />