GET api/ProjectCustomerMapApi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProjectCustomerMapApiBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCustomerMapId | integer |
None. |
|
| CustomerList | Collection of CustomerBL |
None. |
|
| ProjectList | Collection of ProjectBL |
None. |
|
| ProjectCustomerMapList | Collection of ProjectCustomerMapBL |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductCustomerMapId": 1,
"CustomerList": [
{
"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:35:42.2002555Z"
},
{
"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:35:42.2002555Z"
}
],
"ProjectList": [
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"IsActive": true
},
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"IsActive": true
}
],
"ProjectCustomerMapList": [
{
"ProjectCustomerMapId": 1,
"ProjectId": 1,
"CustomerId": 1,
"IsActive": true
},
{
"ProjectCustomerMapId": 1,
"ProjectId": 1,
"CustomerId": 1,
"IsActive": true
}
]
}