1. Inventory Enquiry
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. Inventory Enquiry

enq_TrfRs

开发中
POST
/posservice/rest/trfrs/enqtrfrs
enq_TrfRs 转货单据查询

请求参数

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

示例
{
    "start": 0,
    "length": 25,
    "sort": "",
    "mode": 3,
    "doDocLock": 1,
    "enqStoreCode": "V001",
    "enqTillId": "02",
    "enqStaffCode": "1",
    "trfDocNo": "TUHKVO241100004",
    "storeCode": "V001",
    "tillId": "02",
    "workingDate": "2025-07-10",
    "languageUser": "zh_CN"
}

请求示例代码

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/trfrs/enqtrfrs' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "start": 0,
    "length": 25,
    "sort": "",
    "mode": 3,
    "doDocLock": 1,
    "enqStoreCode": "V001",
    "enqTillId": "02",
    "enqStaffCode": "1",
    "trfDocNo": "TUHKVO241100004",
    "storeCode": "V001",
    "tillId": "02",
    "workingDate": "2025-07-10",
    "languageUser": "zh_CN"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "asynCode": null,
    "asynMessage": null,
    "asynStatus": 0,
    "className": "com.techtrans.api.inventory.stocktransfer.enquiry.website.TrfRsEnquiryResponse",
    "dtls": [
        {
            "xf_batchalloc": null,
            "xf_cartonnum": "1",
            "xf_color": null,
            "xf_docno": "TUHKVO241100004",
            "xf_docrowid": 1,
            "xf_finalinqty": null,
            "xf_finaloutqty": 2,
            "xf_fmsrcdoc": null,
            "xf_itemlotnum": "*",
            "xf_itemorgid": "000001",
            "xf_plu": "ITEM00001",
            "xf_size": null,
            "xf_style": "ITEM00001",
            "xf_todstdoc": null,
            "xf_trfinqty": null,
            "xf_trfoutqty": 2
        }
    ],
    "errorCode": 0,
    "errorLog": null,
    "errorMessage": null,
    "hdr": {
        "xf_attrib1": null,
        "xf_attrib2": null,
        "xf_attrib3": null,
        "xf_attrib4": null,
        "xf_attrib5": null,
        "xf_detailcount": 1,
        "xf_docnextrowid": 2,
        "xf_docno": "TUHKVO241100004",
        "xf_docparam": null,
        "xf_status": "20",
        "xf_trfadjmodifyby": null,
        "xf_trfadjmodifydate": null,
        "xf_trfadjremark": null,
        "xf_trfconfirmby": null,
        "xf_trfconfirmdate": null,
        "xf_trfconfirmledgerdatetime": null,
        "xf_trfconfirmstore": null,
        "xf_trfindate": null,
        "xf_trfininterfaceno": null,
        "xf_trfininvttype": null,
        "xf_trfinledgerdatetime": null,
        "xf_trfinmodifyby": null,
        "xf_trfinmodifydate": null,
        "xf_trfinremark": null,
        "xf_trfinreplflag": null,
        "xf_trfinstore": "V001",
        "xf_trfoutdate": "2024-11-27",
        "xf_trfoutinterfaceno": null,
        "xf_trfoutinvttype": 0,
        "xf_trfoutledgerdatetime": "2025-05-15 15:52:57.000",
        "xf_trfoutmodifyby": "ADMIN",
        "xf_trfoutmodifydate": "2025-05-15 15:52:57.000",
        "xf_trfoutremark": null,
        "xf_trfoutreplflag": "0",
        "xf_trfoutstore": "V002",
        "xf_trfunconfirmby": null,
        "xf_trfunconfirmdate": null,
        "xf_trfunconfirmledgerdatetime": null,
        "xf_trfunconfirmstore": null,
        "xf_version": 2
    },
    "length": 25,
    "sort": "",
    "start": 0,
    "total": 2
}
🟠404响应失败
🟢200处理数据失败
修改于 2025-07-10 08:24:43
上一页
enq_TrfRsOsNote
下一页
itemSearchTTPos
Built with