PUT api/VLE/Update/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

VLEModel
NameDescriptionTypeAdditional information
VL_Id

integer

None.

VLPhoto

string

None.

VLECenter

string

None.

ST_StateName

string

None.

VL_ContactPerson

string

None.

VL_DOB

date

None.

VL_Gender

string

None.

VL_Address

string

None.

VL_Country

string

None.

VL_ST_Id_FK

integer

None.

VL_DI_Id_FK

integer

None.

DI_District

string

None.

VL_Taluk

string

None.

VL_QU_Id_FK

integer

None.

VL_PostalCode

integer

None.

VL_MobileNumber

integer

None.

VL_AlterNumber

integer

None.

VL_Email

string

None.

VLECode

integer

None.

VL_Village

string

None.

VL_Photo

string

None.

created_by

integer

None.

created_date

date

None.

modified_by

integer

None.

modified_date

date

None.

deleted_by

integer

None.

deleted_date

date

None.

delete_flag

character

None.

Request Formats

application/json, text/json

Sample:
{
  "VL_Id": 1,
  "VLPhoto": "sample string 2",
  "VLECenter": "sample string 3",
  "ST_StateName": "sample string 4",
  "VL_ContactPerson": "sample string 5",
  "VL_DOB": "2026-01-11T21:05:27.2892133+05:30",
  "VL_Gender": "sample string 6",
  "VL_Address": "sample string 7",
  "VL_Country": "sample string 8",
  "VL_ST_Id_FK": 9,
  "VL_DI_Id_FK": 10,
  "DI_District": "sample string 11",
  "VL_Taluk": "sample string 12",
  "VL_QU_Id_FK": 13,
  "VL_PostalCode": 14,
  "VL_MobileNumber": 1,
  "VL_AlterNumber": 1,
  "VL_Email": "sample string 15",
  "VLECode": 16,
  "VL_Village": "sample string 17",
  "VL_Photo": "sample string 18",
  "created_by": 19,
  "created_date": "2026-01-11T21:05:27.2892133+05:30",
  "modified_by": 21,
  "modified_date": "2026-01-11T21:05:27.2892133+05:30",
  "deleted_by": 23,
  "deleted_date": "2026-01-11T21:05:27.2892133+05:30",
  "delete_flag": "A"
}

application/xml, text/xml

Sample:
<VLEModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <DI_District>sample string 11</DI_District>
  <ST_StateName>sample string 4</ST_StateName>
  <VLECenter>sample string 3</VLECenter>
  <VLECode>16</VLECode>
  <VLPhoto>sample string 2</VLPhoto>
  <VL_Address>sample string 7</VL_Address>
  <VL_AlterNumber>1</VL_AlterNumber>
  <VL_ContactPerson>sample string 5</VL_ContactPerson>
  <VL_Country>sample string 8</VL_Country>
  <VL_DI_Id_FK>10</VL_DI_Id_FK>
  <VL_DOB>2026-01-11T21:05:27.2892133+05:30</VL_DOB>
  <VL_Email>sample string 15</VL_Email>
  <VL_Gender>sample string 6</VL_Gender>
  <VL_Id>1</VL_Id>
  <VL_MobileNumber>1</VL_MobileNumber>
  <VL_Photo>sample string 18</VL_Photo>
  <VL_PostalCode>14</VL_PostalCode>
  <VL_QU_Id_FK>13</VL_QU_Id_FK>
  <VL_ST_Id_FK>9</VL_ST_Id_FK>
  <VL_Taluk>sample string 12</VL_Taluk>
  <VL_Village>sample string 17</VL_Village>
  <created_by>19</created_by>
  <created_date>2026-01-11T21:05:27.2892133+05:30</created_date>
  <delete_flag>65</delete_flag>
  <deleted_by>23</deleted_by>
  <deleted_date>2026-01-11T21:05:27.2892133+05:30</deleted_date>
  <modified_by>21</modified_by>
  <modified_date>2026-01-11T21:05:27.2892133+05:30</modified_date>
</VLEModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VLEModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.