POST api/Invitations/SaveInvitation
Request Information
URI Parameters
None.
Body Parameters
InvitationPropsName | Description | Type | Additional information |
---|---|---|---|
InvitationId | string |
None. |
|
FatherFamilyGod | string |
None. |
|
MotherFamilyGod | string |
None. |
|
WishGod | string |
None. |
|
FunctionType | string |
None. |
|
TamilMonth | string |
None. |
|
Tamilday | string |
None. |
|
Englishdate | string |
None. |
|
Functionday | string |
None. |
|
FunctionStartTime | string |
None. |
|
FunctionEndTime | string |
None. |
|
Pubile | string |
None. |
|
MahalName | string |
None. |
|
FunctionPlace | string |
None. |
|
GFather1 | string |
None. |
|
GMother1 | string |
None. |
|
GFather1City | string |
None. |
|
GFather2 | string |
None. |
|
GMother2 | string |
None. |
|
GFather2City | string |
None. |
|
Createdby | string |
None. |
|
Notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "InvitationId": "sample string 1", "FatherFamilyGod": "sample string 2", "MotherFamilyGod": "sample string 3", "WishGod": "sample string 4", "FunctionType": "sample string 5", "TamilMonth": "sample string 6", "Tamilday": "sample string 7", "Englishdate": "sample string 8", "Functionday": "sample string 9", "FunctionStartTime": "sample string 10", "FunctionEndTime": "sample string 11", "Pubile": "sample string 12", "MahalName": "sample string 13", "FunctionPlace": "sample string 14", "GFather1": "sample string 15", "GMother1": "sample string 16", "GFather1City": "sample string 17", "GFather2": "sample string 18", "GMother2": "sample string 19", "GFather2City": "sample string 20", "Createdby": "sample string 21", "Notes": "sample string 22" }
application/xml, text/xml
Sample:
<InvitationProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Createdby>sample string 21</Createdby> <Englishdate>sample string 8</Englishdate> <FatherFamilyGod>sample string 2</FatherFamilyGod> <FunctionEndTime>sample string 11</FunctionEndTime> <FunctionPlace>sample string 14</FunctionPlace> <FunctionStartTime>sample string 10</FunctionStartTime> <FunctionType>sample string 5</FunctionType> <Functionday>sample string 9</Functionday> <GFather1>sample string 15</GFather1> <GFather1City>sample string 17</GFather1City> <GFather2>sample string 18</GFather2> <GFather2City>sample string 20</GFather2City> <GMother1>sample string 16</GMother1> <GMother2>sample string 19</GMother2> <InvitationId>sample string 1</InvitationId> <MahalName>sample string 13</MahalName> <MotherFamilyGod>sample string 3</MotherFamilyGod> <Notes>sample string 22</Notes> <Pubile>sample string 12</Pubile> <TamilMonth>sample string 6</TamilMonth> <Tamilday>sample string 7</Tamilday> <WishGod>sample string 4</WishGod> </InvitationProps>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSetName | Description | Type | Additional information |
---|---|---|---|
RemotingFormat | SerializationFormat |
None. |
|
SchemaSerializationMode | SchemaSerializationMode |
None. |
|
CaseSensitive | boolean |
None. |
|
DefaultViewManager | Collection of Object |
None. |
|
EnforceConstraints | boolean |
None. |
|
DataSetName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
Site | ISite |
None. |
|
Relations | Collection of Object |
None. |
|
Tables | Collection of Object |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.