POST api/product/getlogpricemerchantproduct?productId={productId}

Lấy Log thay đổi giá của sản phẩm Merchant

Request Information

URI Parameters

NameDescriptionTypeAdditional information
productId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Pair of date [key] and integer [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "Key": "2024-04-24T04:54:32.9497797+07:00",
    "Value": 2
  },
  {
    "Key": "2024-04-24T04:54:32.9537808+07:00",
    "Value": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfKeyValuePairOfdateTimelong xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
  <KeyValuePairOfdateTimelong>
    <key>2024-04-24T04:54:32.9497797+07:00</key>
    <value>2</value>
  </KeyValuePairOfdateTimelong>
  <KeyValuePairOfdateTimelong>
    <key>2024-04-24T04:54:32.9537808+07:00</key>
    <value>2</value>
  </KeyValuePairOfdateTimelong>
</ArrayOfKeyValuePairOfdateTimelong>