GET api/Todaydeal/GetProductDetails?SubCategoryId={SubCategoryId}&CompanyDetailId={CompanyDetailId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SubCategoryId

integer

Required

CompanyDetailId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProductDetail
NameDescriptionTypeAdditional information
ProductId

integer

None.

SubCategoryId

integer

None.

TaxDetailsId

integer

None.

DiscountDetailsId

integer

None.

CouponId

integer

None.

Title

string

None.

Description

string

None.

Price

decimal number

None.

InStock

integer

None.

IsActive

integer

None.

Picture

string

None.

InsertedBy

integer

None.

InsertedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

ProdFeatures

string

None.

ProdTecDetails

string

None.

CompanyDetailId

integer

None.

Variance

integer

None.

ProductType

string

None.

BrandTypeId

integer

None.

CouponDetail

CouponDetail

None.

DiscountDetail

DiscountDetail

None.

MemberCarts

Collection of MemberCart

None.

MemberOrders

Collection of MemberOrder

None.

SubCategory

SubCategory

None.

TaxDetail

TaxDetail

None.

ProductFeatures

Collection of ProductFeature

None.

ProductImages

Collection of ProductImage

None.

ProductReviews

Collection of ProductReview

None.

ProductStocks

Collection of ProductStock

None.

ProductTecDetails

Collection of ProductTecDetail

None.

SalesOrderItems

Collection of SalesOrderItem

None.

TodayDeals

Collection of TodayDeal

None.

ProductVariances

Collection of ProductVariance

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "ProductId": 1,
    "SubCategoryId": 1,
    "TaxDetailsId": 1,
    "DiscountDetailsId": 1,
    "CouponId": 1,
    "Title": "sample string 2",
    "Description": "sample string 3",
    "Price": 1.0,
    "InStock": 1,
    "IsActive": 1,
    "Picture": "sample string 4",
    "InsertedBy": 1,
    "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
    "UpdatedBy": 1,
    "UpdatedDate": "2024-12-12T17:37:42.9032183+00:00",
    "ProdFeatures": "sample string 5",
    "ProdTecDetails": "sample string 6",
    "CompanyDetailId": 1,
    "Variance": 1,
    "ProductType": "sample string 7",
    "BrandTypeId": 1,
    "CouponDetail": {
      "$id": "2",
      "CouponId": 1,
      "Name": "sample string 2",
      "Code": "sample string 3",
      "Description": "sample string 4",
      "DiscountPercentage": 1.0,
      "IsActive": 1,
      "Picture": "sample string 5",
      "InsertedBy": 1,
      "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
      "UpdatedBy": 1,
      "UpdatedDate": "2024-12-12T17:37:42.9032183+00:00",
      "ValidFrom": "2024-12-12T17:37:42.9032183+00:00",
      "ValidTo": "2024-12-12T17:37:42.9032183+00:00",
      "CompanyDetailId": 1,
      "AmountFrom": 1.0,
      "AmountTo": 1.0,
      "ProductId": 1,
      "OfferType": "sample string 6",
      "ProductDetails": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "DiscountDetail": {
      "$id": "3",
      "DiscountDetailsId": 1,
      "Description": "sample string 2",
      "DiscountPercentage": 1.0,
      "IsActive": 1,
      "Picture": "sample string 3",
      "InsertedBy": 1,
      "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
      "UpdatedBy": 1,
      "UpdatedDate": "2024-12-12T17:37:42.9032183+00:00",
      "ValidFrom": "2024-12-12T17:37:42.9032183+00:00",
      "ValidTo": "2024-12-12T17:37:42.9032183+00:00",
      "CompanyDetailId": 1,
      "ProductDetails": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "MemberCarts": [
      {
        "$id": "4",
        "MemberCartId": 1,
        "MemberId": 1,
        "ProductId": 1,
        "Quantity": 1,
        "MemberDetail": {
          "$id": "5",
          "MemberId": 1,
          "MemberName": "sample string 2",
          "ContactNo": 1,
          "EmailId": "sample string 3",
          "AddressLine1": "sample string 4",
          "AddressLine2": "sample string 5",
          "City": "sample string 6",
          "State": "sample string 7",
          "PinCode": 1,
          "Password": "sample string 8",
          "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
          "IsActive": 1,
          "ConfirmationCode": "sample string 9",
          "CompanyDetailId": 1,
          "MobileToken": "sample string 10",
          "MemberCarts": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "MemberOrders": [
            {
              "$id": "6",
              "MemberOrderId": 1,
              "MemberId": 1,
              "ProductId": 1,
              "ProductPrice": 1,
              "Quantity": 1,
              "CouponDiscountPercentage": 1,
              "DiscountPercentage": 1,
              "TaxPercentage": 1,
              "OrderedDate": "2024-12-12T17:37:42.9032183+00:00",
              "MemberDetail": {
                "$ref": "5"
              },
              "ProductDetail": {
                "$ref": "1"
              }
            },
            {
              "$ref": "6"
            }
          ],
          "ProductReviews": [
            {
              "$id": "7",
              "ProductReviewId": 1,
              "ProductId": 1,
              "MemberId": 1,
              "ReviewComments": "sample string 2",
              "Rating": 1,
              "MemberDetail": {
                "$ref": "5"
              },
              "ProductDetail": {
                "$ref": "1"
              }
            },
            {
              "$ref": "7"
            }
          ],
          "SalesOrders": [
            {
              "$id": "8",
              "SalesOrderId": 1,
              "OrderNo": "sample string 2",
              "OrderDate": "2024-12-12T17:37:42.9032183+00:00",
              "MemberId": 1,
              "Amoount": 1.0,
              "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
              "DeliveryAddressLine1": "sample string 3",
              "DeliveryAddressLine2": "sample string 4",
              "DeliveryCity": "sample string 5",
              "DeliveryState": "sample string 6",
              "DeliveryPinCode": "sample string 7",
              "DeliveryLandMark": "sample string 8",
              "DeliveryName": "sample string 9",
              "Status": "sample string 10",
              "InProgressDate": "2024-12-12T17:37:42.9032183+00:00",
              "CompletedDate": "2024-12-12T17:37:42.9032183+00:00",
              "CompanyDetailId": 1,
              "DeliveryContactNo": "sample string 11",
              "DeliveryEmail": "sample string 12",
              "CancelledDate": "2024-12-12T17:37:42.9032183+00:00",
              "CancelledComments": "sample string 13",
              "CancelledBy": "sample string 14",
              "OrderDeliveryCharge": 1.0,
              "OfferType": "sample string 15",
              "DiscountAmount": 1.0,
              "CouponCode": "sample string 16",
              "FreeProductId": "sample string 17",
              "CourierDetails": [
                {
                  "$id": "9",
                  "CourierDetailId": 1,
                  "SalesOrderId": 1,
                  "CompanyDetailId": 1,
                  "CourierName": "sample string 2",
                  "CourierNo": "sample string 3",
                  "BookedDate": "2024-12-12T17:37:42.9032183+00:00",
                  "Description": "sample string 4",
                  "SalesOrder": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "DeliveryConfirmations": [
                {
                  "$id": "10",
                  "DeliveryConfirmationId": 1,
                  "SalesOrderId": 1,
                  "CompanyDetailId": 1,
                  "Name": "sample string 2",
                  "DeliveredDate": "2024-12-12T17:37:42.9032183+00:00",
                  "Description": "sample string 3",
                  "SalesOrder": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "MemberDetail": {
                "$ref": "5"
              },
              "SalesOrderItems": [
                {
                  "$id": "11",
                  "SalesOrderItemId": 1,
                  "SalesOrderId": 1,
                  "ProductId": 1,
                  "ProductPrice": 1.0,
                  "Quantity": 1.0,
                  "CouponPercentage": 1.0,
                  "DiscountPercentage": 1.0,
                  "TaxPercentage": 1.0,
                  "CompanyDetailId": 1,
                  "ProductVarianceId": 1,
                  "ProductDetail": {
                    "$ref": "1"
                  },
                  "SalesOrder": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "11"
                }
              ]
            },
            {
              "$ref": "8"
            }
          ]
        },
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "4"
      }
    ],
    "MemberOrders": [
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ],
    "SubCategory": {
      "$id": "12",
      "SubCategoryId": 1,
      "CategoryId": 1,
      "SubCategoryName": "sample string 2",
      "IsActive": 1,
      "PictureURL": "sample string 3",
      "InsertedBy": 1,
      "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
      "UpdatedBy": 1,
      "UpdatedDate": "2024-12-12T17:37:42.9032183+00:00",
      "CompanyDetailId": 1,
      "Category": {
        "$id": "13",
        "CategoryId": 1,
        "CategoyName": "sample string 2",
        "IsActive": 1,
        "InsertedBy": 1,
        "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
        "UpdatedBy": 1,
        "UpdatedDate": "2024-12-12T17:37:42.9032183+00:00",
        "CompanyDetailId": 1,
        "SubCategories": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ]
      },
      "ProductDetails": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "TaxDetail": {
      "$id": "14",
      "TaxDetailsId": 1,
      "Description": "sample string 2",
      "Percentage": 1.0,
      "IsActive": 1,
      "Picture": "sample string 3",
      "InsertedBy": 1,
      "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
      "UpdatedBy": 1,
      "UpdatedDate": "2024-12-12T17:37:42.9032183+00:00",
      "CompanyDetailId": 1,
      "ProductDetails": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "ProductFeatures": [
      {
        "$id": "15",
        "ProductFeaturesID": 1,
        "ProductId": 1,
        "Features": "sample string 2",
        "CompanyDetailId": 1,
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "15"
      }
    ],
    "ProductImages": [
      {
        "$id": "16",
        "ProductImageId": 1,
        "ProductId": 1,
        "ImageURL": "sample string 2",
        "CompanyDetailId": 1,
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "16"
      }
    ],
    "ProductReviews": [
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ],
    "ProductStocks": [
      {
        "$id": "17",
        "StockId": 1,
        "ProductId": 1,
        "StockCount": 1,
        "ShowToUser": "sample string 2",
        "ShowIfNoStock": "sample string 3",
        "CompanyDetailId": 1,
        "ProductVarianceId": 1,
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "17"
      }
    ],
    "ProductTecDetails": [
      {
        "$id": "18",
        "ProductTecDetailsId": 1,
        "ProductId": 1,
        "Description": "sample string 2",
        "TechinalDetails": "sample string 3",
        "CompanyDetailId": 1,
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "18"
      }
    ],
    "SalesOrderItems": [
      {
        "$ref": "11"
      },
      {
        "$ref": "11"
      }
    ],
    "TodayDeals": [
      {
        "$id": "19",
        "TodayDealId": 1,
        "ProductId": 1,
        "CompanyDetailId": 1,
        "Date": "2024-12-12T17:37:42.9032183+00:00",
        "TodayDiscountAmount": 1.0,
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "19"
      }
    ],
    "ProductVariances": [
      {
        "$id": "20",
        "ProductVarianceId": 1,
        "ProductId": 1,
        "VarianceType": "sample string 2",
        "VariancePrice": 1.0,
        "CompanyDetailId": 1,
        "sellingPrice": 1.0,
        "ImageUrl": "sample string 3",
        "InsertedBy": 1,
        "InsertedDate": "2024-12-12T17:37:42.9032183+00:00",
        "VarianceActive": 1,
        "ProductDetail": {
          "$ref": "1"
        }
      },
      {
        "$ref": "20"
      }
    ]
  },
  {
    "$ref": "1"
  }
]