1. Master Export
V8STD
  • Index
  • Inventory
    • TrfRsAdj
      POST
    • GRConfirm
      POST
    • ItemStockOnHand
      POST
    • GRUpdate
      POST
    • QtyAdj
      POST
    • TrfRsOut
      POST
    • QtyAdjConfirm
      POST
    • StkCntUpdate
      POST
    • GoodsReturnUpdate
      POST
    • GoodsReturnConfirm
      POST
    • TrfRsIn
      POST
    • TrfReqConfirm
      POST
    • TrfReq
      POST
    • POUpdate
      POST
    • POStatusChange
      POST
    • TrfRsConfirm
      POST
  • Inventory Enquiry
    • enq_TrfRsOsNote
      POST
    • enq_TrfRs
      POST
  • Master
    • itemSearchTTPos
      POST
  • Master Export
    • barCodeExport
      POST
    • storeExport
      POST
    • staffExport
      POST
    • ReasonExport
      POST
    • itemPriceExport
      POST
    • itemMasterExport
      POST
    • tenderExport
      POST
  • Master Import
    • itemPriceImport
    • barcodeImport
    • itemMasterImport
    • staffImport
  • Sales
    • salesTransStd
    • salesValidate
    • salesVoid
    • salesMemoStdEnquiry
  • Vip
    • vipBonusAdjustVipStd
    • vipSearchVipStd
    • vipMasterBasicCreateVipStd
    • vipBonusEnquiryVipStd
  • Device Login
    • Get_APIKEY
  1. Master Export

itemPriceExport

测试中
POST
/posservice/rest/export/itempriceexport
itemPriceExport 货品价格导出接口
该接口会根据传入接口字段范围,查询出来符合条件的增删改货品价格信息。
The interface will be based on the incoming interface field range, search out the qualified to add or delete the item standard price information.

请求参数

Authorization
在 header 添加参数
apiKey
示例:
apiKey: ********************
Body 参数application/json

示例
{
    "record": {
        "xf_storeCode": "BJ001",
        "xf_lastmodtime": "2023-07-15 12:00:00",
        "xf_modifyBy": "ADMIN"
    },
    "apiKey": "{{apiKey}}" 
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/posservice/rest/export/itempriceexport' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "record": {
        "xf_storeCode": "BJ001",
        "xf_lastmodtime": "2023-07-15 12:00:00",
        "xf_modifyBy": "ADMIN"
    },
    "apiKey": "{{apiKey}}" 
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "asynCode": null,
    "asynMessage": null,
    "asynStatus": 0,
    "className": "com.techtrans.api.itemmas.website.hkmarket.webon.ItemPriceExportResponse",
    "delRecord": [
        {
            "xf_color": "*",
            "xf_itemorgid": "000000",
            "xf_lastmodtime": "2024-09-18 14:37:50.580",
            "xf_regioncode": "CN",
            "xf_size": "*",
            "xf_startdate": "2024-01-02",
            "xf_style": "10001111"
        }
    ],
    "errorCode": 0,
    "errorLog": null,
    "errorMessage": null,
    "length": 25,
    "record": [
        {
            "xf_altprice": 159.0,
            "xf_color": "*",
            "xf_docno": "HQ000002300005",
            "xf_itemorgid": "000000",
            "xf_lastmodtime": "2023-03-09 04:29:03.930",
            "xf_maxprice": 159.0,
            "xf_minprice": 0.0,
            "xf_modifyby": "ADMIN",
            "xf_modifydate": "2023-03-09 04:29:02.943",
            "xf_originalprice": 159.0,
            "xf_regioncode": "CN",
            "xf_sellingprice": 159.0,
            "xf_sequence": 1,
            "xf_size": "*",
            "xf_startdate": "2023-03-09",
            "xf_style": "     RT01",
            "xf_version": 1
        },
        {
            "xf_altprice": 13500.0,
            "xf_color": "*",
            "xf_docno": "HQ000002300006",
            "xf_itemorgid": "000000",
            "xf_lastmodtime": "2023-03-09 07:49:08.370",
            "xf_maxprice": 13500.0,
            "xf_minprice": 0.0,
            "xf_modifyby": "ADMIN",
            "xf_modifydate": "2023-03-09 07:49:07.657",
            "xf_originalprice": 13500.0,
            "xf_regioncode": "CN",
            "xf_sellingprice": 13500.0,
            "xf_sequence": 1,
            "xf_size": "*",
            "xf_startdate": "2023-03-09",
            "xf_style": "10001111",
            "xf_version": 1
        },
        {
            "xf_altprice": 1.0,
            "xf_color": "*",
            "xf_docno": "HQ000002300020",
            "xf_itemorgid": "000000",
            "xf_lastmodtime": "2023-10-23 17:18:31.350",
            "xf_maxprice": 1.0,
            "xf_minprice": 0.0,
            "xf_modifyby": "ADMIN",
            "xf_modifydate": "2023-10-23 17:18:29.383",
            "xf_originalprice": 1.0,
            "xf_regioncode": "CN",
            "xf_sellingprice": 1.0,
            "xf_sequence": 1,
            "xf_size": "*",
            "xf_startdate": "2023-10-23",
            "xf_style": "TTEAMS01",
            "xf_version": 1
        }
    ],
    "sort": "",
    "start": 0,
    "total": 41
}
🟢200处理数据失败
🟠404响应失败
修改于 2024-09-18 07:02:34
上一页
ReasonExport
下一页
itemMasterExport
Built with