GET api/ProductDueDetailMapApi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ProductDueDetailMapApiBL| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductDueDetailMapId | integer |
None. |
|
| ProductList | Collection of ProductBL |
None. |
|
| DueTypeBLList | Collection of DueTypeBL |
None. |
|
| DueTypeDetailBLList | Collection of DueTypeDetailBL |
None. |
|
| ProductDueDetailMapList | Collection of ProductDueDetailMapBL |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProductDueDetailMapId": 1,
"ProductList": [
{
"ProductId": 1,
"ProductSubCategoryId": 1,
"ProductName": "sample string 2",
"PurchasePrice": 1.0,
"SalesPrice": 1.0,
"CustomerDiscount": 1.0,
"B2BDiscount": 1.0,
"ProductDescription": "sample string 3",
"Property1": "sample string 4",
"Property2": "sample string 5",
"Property3": "sample string 6",
"Property4": "sample string 7",
"Property5": "sample string 8",
"StockStartQuantity": 1,
"StockInQuantity": 1,
"IsActive": true,
"DueTypeId": 1,
"DueTypeDetailId": 1,
"NeedsToDelete": true,
"CreatedDate": "2026-01-10T07:01:33.0141196-08:00",
"ProductSubCategoryName": "sample string 10"
},
{
"ProductId": 1,
"ProductSubCategoryId": 1,
"ProductName": "sample string 2",
"PurchasePrice": 1.0,
"SalesPrice": 1.0,
"CustomerDiscount": 1.0,
"B2BDiscount": 1.0,
"ProductDescription": "sample string 3",
"Property1": "sample string 4",
"Property2": "sample string 5",
"Property3": "sample string 6",
"Property4": "sample string 7",
"Property5": "sample string 8",
"StockStartQuantity": 1,
"StockInQuantity": 1,
"IsActive": true,
"DueTypeId": 1,
"DueTypeDetailId": 1,
"NeedsToDelete": true,
"CreatedDate": "2026-01-10T07:01:33.0141196-08:00",
"ProductSubCategoryName": "sample string 10"
}
],
"DueTypeBLList": [
{
"DueTypeId": 1,
"DueTypeName": "sample string 2",
"IntervalInDays": 1
},
{
"DueTypeId": 1,
"DueTypeName": "sample string 2",
"IntervalInDays": 1
}
],
"DueTypeDetailBLList": [
{
"DueTypeDetailId": 1,
"DueTypeId": 1,
"DueTypeDetailName": "sample string 2",
"Tenure": 1,
"DueAmount": 1.0,
"InterestPercentage": 1.0,
"IsActive": true,
"CreatedDate": "2026-01-10T07:01:33.0141196-08:00"
},
{
"DueTypeDetailId": 1,
"DueTypeId": 1,
"DueTypeDetailName": "sample string 2",
"Tenure": 1,
"DueAmount": 1.0,
"InterestPercentage": 1.0,
"IsActive": true,
"CreatedDate": "2026-01-10T07:01:33.0141196-08:00"
}
],
"ProductDueDetailMapList": [
{
"ProductDueDetailMapId": 1,
"ProductId": 1,
"DueTypeId": 1,
"DueTypeDetailId": 1,
"IsActive": true
},
{
"ProductDueDetailMapId": 1,
"ProductId": 1,
"DueTypeId": 1,
"DueTypeDetailId": 1,
"IsActive": true
}
]
}