GET api/Customer/GetCustomerByCustomerIdAndName?CustomerId={CustomerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CustomerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

AddCustomer
NameDescriptionTypeAdditional information
CustomerId

integer

None.

FirstName

string

None.

LastName

string

None.

DOB

string

None.

Address

string

None.

City_Id

integer

None.

City

string

None.

Area_Id

integer

None.

Area

string

None.

Postal_Code

string

None.

Email

string

None.

Mobile

string

None.

CustomerType_Id

integer

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "DOB": "sample string 4",
  "Address": "sample string 5",
  "City_Id": 6,
  "City": "sample string 7",
  "Area_Id": 8,
  "Area": "sample string 9",
  "Postal_Code": "sample string 10",
  "Email": "sample string 11",
  "Mobile": "sample string 12",
  "CustomerType_Id": 13,
  "UserId": 14
}

application/octet-stream

Sample:
{"$id":"1","CustomerId":1,"FirstName":"sample string 2","LastName":"sample string 3","DOB":"sample string 4","Address":"sample string 5","City_Id":6,"City":"sample string 7","Area_Id":8,"Area":"sample string 9","Postal_Code":"sample string 10","Email":"sample string 11","Mobile":"sample string 12","CustomerType_Id":13,"UserId":14}