PUT api/CftMarriageLicAppl/Update
Request Information
URI Parameters
None.
Body Parameters
CftMarriageLicApplUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| MlApplId | integer |
Required |
|
| MlApplDate | string |
Required |
|
| Refno | string |
Required String length: inclusive between 0 and 15 |
|
| LicenceType | CftMlicTypeLookupVM |
Required |
|
| IssuedTo | string |
Required Matching regular expression pattern: B|G String length: inclusive between 0 and 1 |
|
| GroomName | string |
Required String length: inclusive between 0 and 100 |
|
| GroomDob | string |
Required |
|
| GroomAddress | string |
Required String length: inclusive between 0 and 1000 |
|
| GroomChurch | CftChurchLookupVM |
Required |
|
| GroomParish | EstablishmentLookup |
None. |
|
| GroomParishName | string |
String length: inclusive between 0 and 100 |
|
| GroomFather | string |
Required String length: inclusive between 0 and 100 |
|
| GroomMother | string |
Required String length: inclusive between 0 and 100 |
|
| GroomParentsAddress | string |
Required String length: inclusive between 0 and 1000 |
|
| BrideName | string |
Required String length: inclusive between 0 and 100 |
|
| BrideDob | string |
Required |
|
| BrideAddress | string |
Required String length: inclusive between 0 and 1000 |
|
| BrideChurch | CftChurchLookupVM |
Required |
|
| BrideParish | EstablishmentLookup |
None. |
|
| BrideParishName | string |
String length: inclusive between 0 and 100 |
|
| BrideFather | string |
Required String length: inclusive between 0 and 100 |
|
| BrideMother | string |
Required String length: inclusive between 0 and 100 |
|
| BrideParentsAddress | string |
Required String length: inclusive between 0 and 1000 |
|
| PlaceOfMarriage | string |
String length: inclusive between 0 and 1000 |
|
| MarriageDate | string |
Required |
|
| MarriageTime | string |
Required String length: inclusive between 0 and 10 |
|
| LicenceFee | decimal number |
None. |
|
| Inward | InwardEntryLookupVM |
None. |
|
| Status | string |
Required Matching regular expression pattern: A|I |
|
| UpdateUser | integer |
Required |
|
| UpdateIp | string |
Required String length: inclusive between 0 and 20 |
|
| MarriageParish | EstablishmentLookup |
None. |
Request Formats
application/json, text/json
{
"MlApplId": 1,
"MlApplDate": "sample string 2",
"Refno": "sample string 3",
"LicenceType": {
"MlicTypeId": 1,
"MlicTypeName": "sample string 2",
"Code": "sample string 3"
},
"IssuedTo": "sample string 4",
"GroomName": "sample string 5",
"GroomDob": "sample string 6",
"GroomAddress": "sample string 7",
"GroomChurch": {
"ChurchId": 1,
"ChurchName": "sample string 2"
},
"GroomParish": {
"EstablishId": 1,
"EstablishName": "sample string 2",
"EstablishType": {
"EstablishTypeId": 1,
"EstablishTypeName": "sample string 2"
},
"EstablishCategory": {
"EstablishCategoryId": 1,
"EstablishCategoryName": "sample string 2"
},
"TotalMembers": 3,
"TotalHouses": 4
},
"GroomParishName": "sample string 8",
"GroomFather": "sample string 9",
"GroomMother": "sample string 10",
"GroomParentsAddress": "sample string 11",
"BrideName": "sample string 12",
"BrideDob": "sample string 13",
"BrideAddress": "sample string 14",
"BrideChurch": {
"ChurchId": 1,
"ChurchName": "sample string 2"
},
"BrideParish": {
"EstablishId": 1,
"EstablishName": "sample string 2",
"EstablishType": {
"EstablishTypeId": 1,
"EstablishTypeName": "sample string 2"
},
"EstablishCategory": {
"EstablishCategoryId": 1,
"EstablishCategoryName": "sample string 2"
},
"TotalMembers": 3,
"TotalHouses": 4
},
"BrideParishName": "sample string 15",
"BrideFather": "sample string 16",
"BrideMother": "sample string 17",
"BrideParentsAddress": "sample string 18",
"PlaceOfMarriage": "sample string 19",
"MarriageDate": "sample string 20",
"MarriageTime": "sample string 21",
"LicenceFee": 22.0,
"Inward": {
"InwardId": 1,
"RefNo": "sample string 2"
},
"Status": "sample string 23",
"UpdateUser": 24,
"UpdateIp": "sample string 25",
"MarriageParish": {
"EstablishId": 1,
"EstablishName": "sample string 2",
"EstablishType": {
"EstablishTypeId": 1,
"EstablishTypeName": "sample string 2"
},
"EstablishCategory": {
"EstablishCategoryId": 1,
"EstablishCategoryName": "sample string 2"
},
"TotalMembers": 3,
"TotalHouses": 4
}
}
application/xml, text/xml
<CftMarriageLicApplUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<BrideAddress>sample string 14</BrideAddress>
<BrideChurch>
<ChurchId>1</ChurchId>
<ChurchName>sample string 2</ChurchName>
</BrideChurch>
<BrideDob>sample string 13</BrideDob>
<BrideFather>sample string 16</BrideFather>
<BrideMother>sample string 17</BrideMother>
<BrideName>sample string 12</BrideName>
<BrideParentsAddress>sample string 18</BrideParentsAddress>
<BrideParish>
<EstablishCategory>
<EstablishCategoryId>1</EstablishCategoryId>
<EstablishCategoryName>sample string 2</EstablishCategoryName>
</EstablishCategory>
<EstablishId>1</EstablishId>
<EstablishName>sample string 2</EstablishName>
<EstablishType>
<EstablishTypeId>1</EstablishTypeId>
<EstablishTypeName>sample string 2</EstablishTypeName>
</EstablishType>
<TotalHouses>4</TotalHouses>
<TotalMembers>3</TotalMembers>
</BrideParish>
<BrideParishName>sample string 15</BrideParishName>
<GroomAddress>sample string 7</GroomAddress>
<GroomChurch>
<ChurchId>1</ChurchId>
<ChurchName>sample string 2</ChurchName>
</GroomChurch>
<GroomDob>sample string 6</GroomDob>
<GroomFather>sample string 9</GroomFather>
<GroomMother>sample string 10</GroomMother>
<GroomName>sample string 5</GroomName>
<GroomParentsAddress>sample string 11</GroomParentsAddress>
<GroomParish>
<EstablishCategory>
<EstablishCategoryId>1</EstablishCategoryId>
<EstablishCategoryName>sample string 2</EstablishCategoryName>
</EstablishCategory>
<EstablishId>1</EstablishId>
<EstablishName>sample string 2</EstablishName>
<EstablishType>
<EstablishTypeId>1</EstablishTypeId>
<EstablishTypeName>sample string 2</EstablishTypeName>
</EstablishType>
<TotalHouses>4</TotalHouses>
<TotalMembers>3</TotalMembers>
</GroomParish>
<GroomParishName>sample string 8</GroomParishName>
<Inward>
<InwardId>1</InwardId>
<RefNo>sample string 2</RefNo>
</Inward>
<IssuedTo>sample string 4</IssuedTo>
<LicenceFee>22</LicenceFee>
<LicenceType>
<Code>sample string 3</Code>
<MlicTypeId>1</MlicTypeId>
<MlicTypeName>sample string 2</MlicTypeName>
</LicenceType>
<MarriageDate>sample string 20</MarriageDate>
<MarriageParish>
<EstablishCategory>
<EstablishCategoryId>1</EstablishCategoryId>
<EstablishCategoryName>sample string 2</EstablishCategoryName>
</EstablishCategory>
<EstablishId>1</EstablishId>
<EstablishName>sample string 2</EstablishName>
<EstablishType>
<EstablishTypeId>1</EstablishTypeId>
<EstablishTypeName>sample string 2</EstablishTypeName>
</EstablishType>
<TotalHouses>4</TotalHouses>
<TotalMembers>3</TotalMembers>
</MarriageParish>
<MarriageTime>sample string 21</MarriageTime>
<MlApplDate>sample string 2</MlApplDate>
<MlApplId>1</MlApplId>
<PlaceOfMarriage>sample string 19</PlaceOfMarriage>
<Refno>sample string 3</Refno>
<Status>sample string 23</Status>
<UpdateIp>sample string 25</UpdateIp>
<UpdateUser>24</UpdateUser>
</CftMarriageLicApplUpdateVM>
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.