GET api/WeddingInvByUserId

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WeddingInv
NameDescriptionTypeAdditional information
EventType

string

None.

EventFor

string

None.

EventRelationId

integer

None.

Bridename

string

None.

Groomname

string

None.

Event_date

string

None.

Event_Venue

string

None.

NickName

string

None.

MotherName

string

None.

FatherName

string

None.

BrideMotherName

string

None.

BrideFatherName

string

None.

GrandMotherName

string

None.

GrandFatherName

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "EventType": "sample string 1",
  "EventFor": "sample string 2",
  "EventRelationId": 3,
  "Bridename": "sample string 4",
  "Groomname": "sample string 5",
  "Event_date": "sample string 6",
  "Event_Venue": "sample string 7",
  "NickName": "sample string 8",
  "MotherName": "sample string 9",
  "FatherName": "sample string 10",
  "BrideMotherName": "sample string 11",
  "BrideFatherName": "sample string 12",
  "GrandMotherName": "sample string 13",
  "GrandFatherName": "sample string 14",
  "Message": "sample string 15"
}

application/xml, text/xml

Sample:
<WeddingInv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entity">
  <BrideFatherName>sample string 12</BrideFatherName>
  <BrideMotherName>sample string 11</BrideMotherName>
  <Bridename>sample string 4</Bridename>
  <EventFor>sample string 2</EventFor>
  <EventRelationId>3</EventRelationId>
  <EventType>sample string 1</EventType>
  <Event_Venue>sample string 7</Event_Venue>
  <Event_date>sample string 6</Event_date>
  <FatherName>sample string 10</FatherName>
  <GrandFatherName>sample string 14</GrandFatherName>
  <GrandMotherName>sample string 13</GrandMotherName>
  <Groomname>sample string 5</Groomname>
  <Message>sample string 15</Message>
  <MotherName>sample string 9</MotherName>
  <NickName>sample string 8</NickName>
</WeddingInv>