PUT api/GenBodyCommiteeInvitees/Update

Request Information

URI Parameters

None.

Body Parameters

GenBodyCommiteeInviteesUpdateVM
NameDescriptionTypeAdditional information
InviteesId

integer

Required

InviteesName

string

Required

String length: inclusive between 0 and 100

Code

string

String length: inclusive between 0 and 10

Prefix

PrefixLookup

None.

Address1

string

String length: inclusive between 0 and 200

Address2

string

String length: inclusive between 0 and 200

HouseName

string

String length: inclusive between 0 and 100

Pincode

string

None.

Place

string

String length: inclusive between 0 and 100

LandMark

string

String length: inclusive between 0 and 200

PO

PlaceLookup

None.

District

PlaceLookup

None.

State

PlaceLookup

None.

Country

PlaceLookup

None.

PhoneNumber

string

String length: inclusive between 0 and 50

MobileNumber

string

String length: inclusive between 0 and 50

Email

string

String length: inclusive between 0 and 100

Photo

Collection of byte

None.

Status

string

Required

Matching regular expression pattern: A|I

UpdateUser

integer

Required

UpdateIp

string

Required

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "InviteesId": 1,
  "InviteesName": "sample string 2",
  "Code": "sample string 3",
  "Prefix": {
    "PrefixId": 1,
    "PrefixName": "sample string 2"
  },
  "Address1": "sample string 4",
  "Address2": "sample string 5",
  "HouseName": "sample string 6",
  "Pincode": "sample string 7",
  "Place": "sample string 8",
  "LandMark": "sample string 9",
  "PO": {
    "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"
  },
  "PhoneNumber": "sample string 10",
  "MobileNumber": "sample string 11",
  "Email": "sample string 12",
  "Photo": "QEA=",
  "Status": "sample string 13",
  "UpdateUser": 14,
  "UpdateIp": "sample string 15"
}

application/xml, text/xml

Sample:
<GenBodyCommiteeInviteesUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <Address1>sample string 4</Address1>
  <Address2>sample string 5</Address2>
  <Code>sample string 3</Code>
  <Country>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </Country>
  <District>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </District>
  <Email>sample string 12</Email>
  <HouseName>sample string 6</HouseName>
  <InviteesId>1</InviteesId>
  <InviteesName>sample string 2</InviteesName>
  <LandMark>sample string 9</LandMark>
  <MobileNumber>sample string 11</MobileNumber>
  <PO>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </PO>
  <PhoneNumber>sample string 10</PhoneNumber>
  <Photo>QEA=</Photo>
  <Pincode>sample string 7</Pincode>
  <Place>sample string 8</Place>
  <Prefix>
    <PrefixId>1</PrefixId>
    <PrefixName>sample string 2</PrefixName>
  </Prefix>
  <State>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </State>
  <Status>sample string 13</Status>
  <UpdateIp>sample string 15</UpdateIp>
  <UpdateUser>14</UpdateUser>
</GenBodyCommiteeInviteesUpdateVM>

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.