PUT api/Cast
Request Information
URI Parameters
None.
Body Parameters
CAST_MASTER| Name | Description | Type | Additional information |
|---|---|---|---|
| Cast_id | integer |
None. |
|
| Religion_id | integer |
None. |
|
| Cast | string |
None. |
|
| Cast_RL | string |
None. |
|
| User_name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Cast_id": 1,
"Religion_id": 2,
"Cast": "sample string 3",
"Cast_RL": "sample string 4",
"User_name": "sample string 5"
}
application/xml, text/xml
Sample:
<CAST_MASTER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Finex_api.Models"> <Cast>sample string 3</Cast> <Cast_RL>sample string 4</Cast_RL> <Cast_id>1</Cast_id> <Religion_id>2</Religion_id> <User_name>sample string 5</User_name> </CAST_MASTER>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |