GET api/DashBoard?projectId={projectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerBL
NameDescriptionTypeAdditional information
CustomerId

integer

None.

CustomerName

string

None.

ContactNumber

string

None.

AddressLine1

string

None.

AddressLine2

string

None.

AddressLine3

string

None.

PinCode

string

None.

B2B

string

None.

LeaderId

integer

None.

IsActive

boolean

None.

NeedsToDelete

boolean

None.

CreatedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CustomerId": 1,
    "CustomerName": "sample string 2",
    "ContactNumber": "sample string 3",
    "AddressLine1": "sample string 4",
    "AddressLine2": "sample string 5",
    "AddressLine3": "sample string 6",
    "PinCode": "sample string 7",
    "B2B": "sample string 8",
    "LeaderId": 1,
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:37:53.5593965Z"
  },
  {
    "CustomerId": 1,
    "CustomerName": "sample string 2",
    "ContactNumber": "sample string 3",
    "AddressLine1": "sample string 4",
    "AddressLine2": "sample string 5",
    "AddressLine3": "sample string 6",
    "PinCode": "sample string 7",
    "B2B": "sample string 8",
    "LeaderId": 1,
    "IsActive": true,
    "NeedsToDelete": true,
    "CreatedDate": "2025-12-06T04:37:53.5593965Z"
  }
]