PUT api/PFRegionContrPerc/Update
Request Information
URI Parameters
None.
Body Parameters
PFRegionContrPercUpdateVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Region | RegionLookup |
Required |
|
| Slno | integer |
Required |
|
| ContrPerc | decimal number |
Required |
|
| ClergyPerc | decimal number |
Required |
|
| EstablishPerc | decimal number |
Required |
|
| 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
Sample:
{
"Region": {
"RegionId": 1,
"RegionName": "sample string 2"
},
"Slno": 1,
"ContrPerc": 2.0,
"ClergyPerc": 3.0,
"EstablishPerc": 4.0,
"Status": "sample string 5",
"UpdateUser": 6,
"UpdateIp": "sample string 7"
}
application/xml, text/xml
Sample:
<PFRegionContrPercUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
<ClergyPerc>3</ClergyPerc>
<ContrPerc>2</ContrPerc>
<EstablishPerc>4</EstablishPerc>
<Region>
<RegionId>1</RegionId>
<RegionName>sample string 2</RegionName>
</Region>
<Slno>1</Slno>
<Status>sample string 5</Status>
<UpdateIp>sample string 7</UpdateIp>
<UpdateUser>6</UpdateUser>
</PFRegionContrPercUpdateVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.