PUT api/AssemblyCommiteeInvitees/Update
Request Information
URI Parameters
None.
Body Parameters
AssemblyCommiteeInviteesUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| InviteesId | integer |
Required |
|
| BookId | 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 |
|
| 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,
"BookId": 2,
"InviteesName": "sample string 3",
"Code": "sample string 4",
"Prefix": {
"PrefixId": 1,
"PrefixName": "sample string 2"
},
"Address1": "sample string 5",
"Address2": "sample string 6",
"HouseName": "sample string 7",
"Pincode": "sample string 8",
"Place": "sample string 9",
"LandMark": "sample string 10",
"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 11",
"MobileNumber": "sample string 12",
"Email": "sample string 13",
"Photo": "QEA=",
"Status": "sample string 14",
"UpdateUser": 15,
"UpdateIp": "sample string 16"
}
application/xml, text/xml
Sample:
<AssemblyCommiteeInviteesUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<Address1>sample string 5</Address1>
<Address2>sample string 6</Address2>
<BookId>2</BookId>
<Code>sample string 4</Code>
<Country>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</Country>
<District>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</District>
<Email>sample string 13</Email>
<HouseName>sample string 7</HouseName>
<InviteesId>1</InviteesId>
<InviteesName>sample string 3</InviteesName>
<LandMark>sample string 10</LandMark>
<MobileNumber>sample string 12</MobileNumber>
<PO>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</PO>
<PhoneNumber>sample string 11</PhoneNumber>
<Photo>QEA=</Photo>
<Pincode>sample string 8</Pincode>
<Place>sample string 9</Place>
<Prefix>
<PrefixId>1</PrefixId>
<PrefixName>sample string 2</PrefixName>
</Prefix>
<State>
<PlaceId>1</PlaceId>
<PlaceName>sample string 2</PlaceName>
</State>
<Status>sample string 14</Status>
<UpdateIp>sample string 16</UpdateIp>
<UpdateUser>15</UpdateUser>
</AssemblyCommiteeInviteesUpdateVM>
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.