POST api/AddLandOwnerToList

Request Information

URI Parameters

None.

Body Parameters

Collection of LandOwnerAddToGroup
NameDescriptionTypeAdditional information
GroupID

integer

None.

GroupName

string

None.

BeneficiaryID

string

None.

BeneficiaryMobileNo

string

None.

BuddyMobileNo

string

None.

ProjectID

integer

None.

SubProjectID

integer

None.

DBID

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "GroupID": 1,
    "GroupName": "sample string 2",
    "BeneficiaryID": "sample string 3",
    "BeneficiaryMobileNo": "sample string 4",
    "BuddyMobileNo": "sample string 5",
    "ProjectID": 6,
    "SubProjectID": 7,
    "DBID": "sample string 8"
  },
  {
    "GroupID": 1,
    "GroupName": "sample string 2",
    "BeneficiaryID": "sample string 3",
    "BeneficiaryMobileNo": "sample string 4",
    "BuddyMobileNo": "sample string 5",
    "ProjectID": 6,
    "SubProjectID": 7,
    "DBID": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLandOwnerAddToGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAssignment.Models.LandOwnerRegistration.Dto.LandOwnerAddToGroup">
  <LandOwnerAddToGroup>
    <BeneficiaryID>sample string 3</BeneficiaryID>
    <BeneficiaryMobileNo>sample string 4</BeneficiaryMobileNo>
    <BuddyMobileNo>sample string 5</BuddyMobileNo>
    <DBID>sample string 8</DBID>
    <GroupID>1</GroupID>
    <GroupName>sample string 2</GroupName>
    <ProjectID>6</ProjectID>
    <SubProjectID>7</SubProjectID>
  </LandOwnerAddToGroup>
  <LandOwnerAddToGroup>
    <BeneficiaryID>sample string 3</BeneficiaryID>
    <BeneficiaryMobileNo>sample string 4</BeneficiaryMobileNo>
    <BuddyMobileNo>sample string 5</BuddyMobileNo>
    <DBID>sample string 8</DBID>
    <GroupID>1</GroupID>
    <GroupName>sample string 2</GroupName>
    <ProjectID>6</ProjectID>
    <SubProjectID>7</SubProjectID>
  </LandOwnerAddToGroup>
</ArrayOfLandOwnerAddToGroup>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.