PUT api/Religion

Request Information

URI Parameters

None.

Body Parameters

RELIGION_MASTER
NameDescriptionTypeAdditional information
Religion_id

integer

None.

Religion

string

None.

Religion_RL

string

None.

User_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Religion_id": 1,
  "Religion": "sample string 2",
  "Religion_RL": "sample string 3",
  "User_name": "sample string 4"
}

application/xml, text/xml

Sample:
<RELIGION_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models">
  <Religion>sample string 2</Religion>
  <Religion_RL>sample string 3</Religion_RL>
  <Religion_id>1</Religion_id>
  <User_name>sample string 4</User_name>
</RELIGION_MASTER>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.