POST api/CftMarriageCert/Save
Request Information
URI Parameters
None.
Body Parameters
CftMarriageCertSaveVM| Name | Description | Type | Additional information |
|---|---|---|---|
| McApplDate | string |
None. |
|
| Refno | string |
Required String length: inclusive between 0 and 15 |
|
| Auditorium | AuditoriumLookupVM |
Required |
|
| GroomName | string |
Required String length: inclusive between 0 and 100 |
|
| GroomAddress | string |
String length: inclusive between 0 and 1000 |
|
| GroomFather | string |
String length: inclusive between 0 and 100 |
|
| GroomMother | string |
String length: inclusive between 0 and 100 |
|
| GroomParentsAddress | string |
String length: inclusive between 0 and 1000 |
|
| BrideName | string |
Required String length: inclusive between 0 and 100 |
|
| BrideAddress | string |
String length: inclusive between 0 and 1000 |
|
| BrideFather | string |
String length: inclusive between 0 and 100 |
|
| BrideMother | string |
String length: inclusive between 0 and 100 |
|
| BrideParentsAddress | string |
String length: inclusive between 0 and 1000 |
|
| MarriageDate | string |
None. |
|
| Remarks | string |
String length: inclusive between 0 and 1000 |
|
| Status | string |
Required Matching regular expression pattern: A|I |
|
| CreateUser | integer |
Required |
|
| CreateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
{
"McApplDate": "sample string 1",
"Refno": "sample string 2",
"Auditorium": {
"AuditoriumId": 1,
"AuditoriumName": "sample string 2"
},
"GroomName": "sample string 3",
"GroomAddress": "sample string 4",
"GroomFather": "sample string 5",
"GroomMother": "sample string 6",
"GroomParentsAddress": "sample string 7",
"BrideName": "sample string 8",
"BrideAddress": "sample string 9",
"BrideFather": "sample string 10",
"BrideMother": "sample string 11",
"BrideParentsAddress": "sample string 12",
"MarriageDate": "sample string 13",
"Remarks": "sample string 14",
"Status": "sample string 15",
"CreateUser": 16,
"CreateIp": "sample string 17"
}
application/xml, text/xml
<CftMarriageCertSaveVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<Auditorium>
<AuditoriumId>1</AuditoriumId>
<AuditoriumName>sample string 2</AuditoriumName>
</Auditorium>
<BrideAddress>sample string 9</BrideAddress>
<BrideFather>sample string 10</BrideFather>
<BrideMother>sample string 11</BrideMother>
<BrideName>sample string 8</BrideName>
<BrideParentsAddress>sample string 12</BrideParentsAddress>
<CreateIp>sample string 17</CreateIp>
<CreateUser>16</CreateUser>
<GroomAddress>sample string 4</GroomAddress>
<GroomFather>sample string 5</GroomFather>
<GroomMother>sample string 6</GroomMother>
<GroomName>sample string 3</GroomName>
<GroomParentsAddress>sample string 7</GroomParentsAddress>
<MarriageDate>sample string 13</MarriageDate>
<McApplDate>sample string 1</McApplDate>
<Refno>sample string 2</Refno>
<Remarks>sample string 14</Remarks>
<Status>sample string 15</Status>
</CftMarriageCertSaveVM>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.