PUT api/ReligionDetails/UpdateReligion/{Rlg_Id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ReligionModel | No documentation available. |
Define this parameter in the request body. |
| Rlg_Id | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Religion_Code": "sample string 1",
"Relg_Name": "sample string 2",
"Rlg_Id": 3,
"Inactive": "sample string 4",
"Name": "sample string 5"
}
application/xml, text/xml
Sample:
<ReligionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Inactive>sample string 4</Inactive> <Name>sample string 5</Name> <Relg_Name>sample string 2</Relg_Name> <Religion_Code>sample string 1</Religion_Code> <Rlg_Id>3</Rlg_Id> </ReligionModel>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.