PUT api/ParishFamily/UpdateAfterConfirm
Request Information
URI Parameters
None.
Body Parameters
ParishFamilyUpdateAfterConfirmVM| Name | Description | Type | Additional information |
|---|---|---|---|
| FamilyId | integer |
Required |
|
| Address1 | string |
String length: inclusive between 0 and 200 |
|
| Address2 | string |
String length: inclusive between 0 and 200 |
|
| Place | string |
String length: inclusive between 0 and 100 |
|
| LandMark | string |
String length: inclusive between 0 and 100 |
|
| PostOffice | PlaceLookup |
None. |
|
| District | PlaceLookup |
None. |
|
| State | PlaceLookup |
None. |
|
| Country | PlaceLookup |
None. |
|
| Pincode | string |
String length: inclusive between 0 and 50 |
|
| ContactInfo | Collection of ContactInfoVM |
None. |
|
| ParentFamily | ParishFamilyLookupVM |
None. |
|
| FamilyGroup | ParishFamilyGroupLookupVM |
None. |
|
| FamilySlab | ParishFamilySlabLookupVM |
None. |
|
| Remarks | string |
String length: inclusive between 0 and 200 |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
Sample:
{
"FamilyId": 1,
"Address1": "sample string 2",
"Address2": "sample string 3",
"Place": "sample string 4",
"LandMark": "sample string 5",
"PostOffice": {
"PlaceId": 1,
"PlaceName": "sample string 2"
},
"District": {
"PlaceId": 1,
"PlaceName": "sample string 2"
},
"State": {
"PlaceId": 1,
"PlaceName": "sample string 2"
},
"Country": {
"PlaceId": 1,
"PlaceName": "sample string 2"
},
"Pincode": "sample string 6",
"ContactInfo": [
{
"PhoneNumber": "sample string 1",
"MobileNumber": "sample string 2",
"Email": "sample string 3",
"Fax": "sample string 4"
},
{
"PhoneNumber": "sample string 1",
"MobileNumber": "sample string 2",
"Email": "sample string 3",
"Fax": "sample string 4"
}
],
"ParentFamily": {
"FamilyId": 1,
"FamilyName": "sample string 2",
"PrayerGroup": {
"PrayerGroupId": 1,
"PrayerGroupName": "sample string 2"
},
"FamilyNo": "sample string 3",
"RegNoPre": "sample string 4",
"RegNo": "sample string 5",
"HouseName": "sample string 6"
},
"FamilyGroup": {
"FamilyGroupId": 1,
"FamilyGroupName": "sample string 2"
},
"FamilySlab": {
"SlabId": 1,
"SlabName": "sample string 2"
},
"Remarks": "sample string 7",
"UpdateUser": 8,
"UpdateIp": "sample string 9"
}
application/xml, text/xml
Sample:
<ParishFamilyUpdateAfterConfirmVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<Address1>sample string 2</Address1>
<Address2>sample string 3</Address2>
<ContactInfo>
<ContactInfoVM>
<Email>sample string 3</Email>
<Fax>sample string 4</Fax>
<MobileNumber>sample string 2</MobileNumber>
<PhoneNumber>sample string 1</PhoneNumber>
</ContactInfoVM>
<ContactInfoVM>
<Email>sample string 3</Email>
<Fax>sample string 4</Fax>
<MobileNumber>sample string 2</MobileNumber>
<PhoneNumber>sample string 1</PhoneNumber>
</ContactInfoVM>
</ContactInfo>
<Country>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</Country>
<District>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</District>
<FamilyGroup>
<FamilyGroupId>1</FamilyGroupId>
<FamilyGroupName>sample string 2</FamilyGroupName>
</FamilyGroup>
<FamilyId>1</FamilyId>
<FamilySlab>
<SlabId>1</SlabId>
<SlabName>sample string 2</SlabName>
</FamilySlab>
<LandMark>sample string 5</LandMark>
<ParentFamily>
<FamilyId>1</FamilyId>
<FamilyName>sample string 2</FamilyName>
<FamilyNo>sample string 3</FamilyNo>
<HouseName>sample string 6</HouseName>
<PrayerGroup>
<PrayerGroupId>1</PrayerGroupId>
<PrayerGroupName>sample string 2</PrayerGroupName>
</PrayerGroup>
<RegNo>sample string 5</RegNo>
<RegNoPre>sample string 4</RegNoPre>
</ParentFamily>
<Pincode>sample string 6</Pincode>
<Place>sample string 4</Place>
<PostOffice>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</PostOffice>
<Remarks>sample string 7</Remarks>
<State>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</State>
<UpdateIp>sample string 9</UpdateIp>
<UpdateUser>8</UpdateUser>
</ParishFamilyUpdateAfterConfirmVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.