GET jxc_api/ProductPriceInfo/GetInfoById?prodId={prodId}&apId={apId}&unitId={unitId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
prodId

integer

Required

apId

integer

Required

unitId

integer

Required

Body Parameters

None.

Response Information

Resource Description

NewApiPagedListOfProductPriceInfoModel
NameDescriptionTypeAdditional information
Items

Collection of ProductPriceInfoModel

None.

SumModel

ProductPriceInfoModel

None.

PageIndex

integer

None.

PageSize

integer

None.

Total

integer

None.

UsePager

boolean

None.

CategoriesFounded

Collection of integer

None.

RDocumentStartDate

string

None.

RDocumentEndDate

string

None.

RDeliveryStartDate

string

None.

RDeliveryEndDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Items": [
    {
      "ProdId": 1,
      "ApId": 2,
      "UnitId": 3,
      "UseMultiUnits": true,
      "UseAp": true,
      "ProdName": "sample string 6",
      "ProdNo": "sample string 7",
      "ApName": "sample string 8",
      "UnitName": "sample string 9",
      "Spec": "sample string 10",
      "Location": "sample string 11",
      "Brand": "sample string 12",
      "ProdCatName": "sample string 13",
      "CreatedByName": "sample string 14",
      "ModifiedTime": "sample string 15",
      "ModifiedDate": "2024-05-03 12:37:25",
      "PricePur": 17.0,
      "PriceRetail": 18.0,
      "PriceWholeSale": 19.0,
      "PriceVip": 20.0,
      "PriceMinSell": 21.0,
      "PriceNewestSell": 22.0,
      "SellBillId": 23,
      "SellBillType": 24,
      "SellBillDate": "sample string 25",
      "PriceMaxPur": 26.0,
      "PriceNewestPur": 27.0,
      "PurBillId": 28,
      "PurBillType": 29,
      "PurBillDate": "sample string 30",
      "SerialEnabled": true,
      "Prices": [
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        },
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        }
      ]
    },
    {
      "ProdId": 1,
      "ApId": 2,
      "UnitId": 3,
      "UseMultiUnits": true,
      "UseAp": true,
      "ProdName": "sample string 6",
      "ProdNo": "sample string 7",
      "ApName": "sample string 8",
      "UnitName": "sample string 9",
      "Spec": "sample string 10",
      "Location": "sample string 11",
      "Brand": "sample string 12",
      "ProdCatName": "sample string 13",
      "CreatedByName": "sample string 14",
      "ModifiedTime": "sample string 15",
      "ModifiedDate": "2024-05-03 12:37:25",
      "PricePur": 17.0,
      "PriceRetail": 18.0,
      "PriceWholeSale": 19.0,
      "PriceVip": 20.0,
      "PriceMinSell": 21.0,
      "PriceNewestSell": 22.0,
      "SellBillId": 23,
      "SellBillType": 24,
      "SellBillDate": "sample string 25",
      "PriceMaxPur": 26.0,
      "PriceNewestPur": 27.0,
      "PurBillId": 28,
      "PurBillType": 29,
      "PurBillDate": "sample string 30",
      "SerialEnabled": true,
      "Prices": [
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        },
        {
          "ProdId": 1,
          "LevelId": 2,
          "LevelName": "sample string 3",
          "Price": "sample string 4",
          "UnitId": 5,
          "ApId": 6
        }
      ]
    }
  ],
  "SumModel": {
    "ProdId": 1,
    "ApId": 2,
    "UnitId": 3,
    "UseMultiUnits": true,
    "UseAp": true,
    "ProdName": "sample string 6",
    "ProdNo": "sample string 7",
    "ApName": "sample string 8",
    "UnitName": "sample string 9",
    "Spec": "sample string 10",
    "Location": "sample string 11",
    "Brand": "sample string 12",
    "ProdCatName": "sample string 13",
    "CreatedByName": "sample string 14",
    "ModifiedTime": "sample string 15",
    "ModifiedDate": "2024-05-03 12:37:25",
    "PricePur": 17.0,
    "PriceRetail": 18.0,
    "PriceWholeSale": 19.0,
    "PriceVip": 20.0,
    "PriceMinSell": 21.0,
    "PriceNewestSell": 22.0,
    "SellBillId": 23,
    "SellBillType": 24,
    "SellBillDate": "sample string 25",
    "PriceMaxPur": 26.0,
    "PriceNewestPur": 27.0,
    "PurBillId": 28,
    "PurBillType": 29,
    "PurBillDate": "sample string 30",
    "SerialEnabled": true,
    "Prices": [
      {
        "ProdId": 1,
        "LevelId": 2,
        "LevelName": "sample string 3",
        "Price": "sample string 4",
        "UnitId": 5,
        "ApId": 6
      },
      {
        "ProdId": 1,
        "LevelId": 2,
        "LevelName": "sample string 3",
        "Price": "sample string 4",
        "UnitId": 5,
        "ApId": 6
      }
    ]
  },
  "PageIndex": 1,
  "PageSize": 2,
  "Total": 3,
  "UsePager": true,
  "CategoriesFounded": [
    1,
    2
  ],
  "RDocumentStartDate": "sample string 5",
  "RDocumentEndDate": "sample string 6",
  "RDeliveryStartDate": "sample string 7",
  "RDeliveryEndDate": "sample string 8"
}