PUT api/customers/Edit

Request Information

URI Parameters

None.

Body Parameters

tblCustomer
NameDescriptionTypeAdditional information
Id

integer

None.

fullName

string

None.

dateofbirth

date

None.

gender

string

None.

city

string

None.

address

string

None.

pincode

string

None.

delflag

integer

None.

mobileno

string

None.

state

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "fullName": "sample string 2",
  "dateofbirth": "2025-12-10T08:56:05.3041547+05:30",
  "gender": "sample string 3",
  "city": "sample string 4",
  "address": "sample string 5",
  "pincode": "sample string 6",
  "delflag": 1,
  "mobileno": "sample string 7",
  "state": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.