PUT api/CftMarriageCert/Update
Request Information
URI Parameters
None.
Body Parameters
CftMarriageCertUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| McApplId | integer |
Required |
|
| 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 |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
Request Formats
application/json, text/json
{
"McApplId": 1,
"McApplDate": "sample string 2",
"Refno": "sample string 3",
"Auditorium": {
"AuditoriumId": 1,
"AuditoriumName": "sample string 2"
},
"GroomName": "sample string 4",
"GroomAddress": "sample string 5",
"GroomFather": "sample string 6",
"GroomMother": "sample string 7",
"GroomParentsAddress": "sample string 8",
"BrideName": "sample string 9",
"BrideAddress": "sample string 10",
"BrideFather": "sample string 11",
"BrideMother": "sample string 12",
"BrideParentsAddress": "sample string 13",
"MarriageDate": "sample string 14",
"Remarks": "sample string 15",
"Status": "sample string 16",
"UpdateUser": 17,
"UpdateIp": "sample string 18"
}
application/xml, text/xml
<CftMarriageCertUpdateVM 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 10</BrideAddress>
<BrideFather>sample string 11</BrideFather>
<BrideMother>sample string 12</BrideMother>
<BrideName>sample string 9</BrideName>
<BrideParentsAddress>sample string 13</BrideParentsAddress>
<GroomAddress>sample string 5</GroomAddress>
<GroomFather>sample string 6</GroomFather>
<GroomMother>sample string 7</GroomMother>
<GroomName>sample string 4</GroomName>
<GroomParentsAddress>sample string 8</GroomParentsAddress>
<MarriageDate>sample string 14</MarriageDate>
<McApplDate>sample string 2</McApplDate>
<McApplId>1</McApplId>
<Refno>sample string 3</Refno>
<Remarks>sample string 15</Remarks>
<Status>sample string 16</Status>
<UpdateIp>sample string 18</UpdateIp>
<UpdateUser>17</UpdateUser>
</CftMarriageCertUpdateVM>
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.