GET api/customers/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of 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.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "fullName": "sample string 2",
    "dateofbirth": "2025-12-10T08:54:24.4643119+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"
  },
  {
    "Id": 1,
    "fullName": "sample string 2",
    "dateofbirth": "2025-12-10T08:54:24.4643119+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"
  }
]