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

ReasonExport

测试中
POST
/posservice/rest/export/reason/getinfo
ReasonExport 異常原因理由信息導出
该接口会根据传入接口字段范围,查询出来符合条件的異常原因信息。
The interface will be based on the incoming interface field range, search out the qualified to add or delete the exception reason information.

请求参数

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

示例
{
    "record": {
        "getxf_exctype": 1,
        "getxf_lastmodtime": "2000-07-15 12:00:00",
        "getxf_reasoncode": "1"
    },
    "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/reason/getinfo' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "record": {
        "getxf_exctype": 1,
        "getxf_lastmodtime": "2000-07-15 12:00:00",
        "getxf_reasoncode": "1"
    },
    "apiKey": "{{apiKey}}" 
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "asynCode": null,
    "asynMessage": null,
    "asynStatus": 0,
    "className": "com.techtrans.api.tender.website.hkmarket.webon.ReasonExportResponse",
    "errorCode": 0,
    "errorLog": null,
    "errorMessage": null,
    "length": 25,
    "ReasonExport": [
        {
            "record": {
                "xf_desci": "aaa*99",
                "xf_exctype": "1",
                "xf_inputmode": "1",
                "xf_reasoncode": "1"
            },
            "xf_desci": "aaa*99",
            "xf_exctype": "1",
            "xf_inputmode": "1",
            "xf_reasoncode": "1"
        },
        {
            "record": {
                "xf_desci": "你管我啊",
                "xf_exctype": "1",
                "xf_inputmode": "1",
                "xf_reasoncode": "1"
            },
            "xf_desci": "你管我啊",
            "xf_exctype": "1",
            "xf_inputmode": "1",
            "xf_reasoncode": "1"
        },
        {
            "record": {
                "xf_desci": "test",
                "xf_exctype": "12",
                "xf_inputmode": "1",
                "xf_reasoncode": "TEST"
            },
            "xf_desci": "test",
            "xf_exctype": "12",
            "xf_inputmode": "1",
            "xf_reasoncode": "TEST"
        },
        {
            "record": {
                "xf_desci": "test",
                "xf_exctype": "13",
                "xf_inputmode": "1",
                "xf_reasoncode": "13"
            },
            "xf_desci": "test",
            "xf_exctype": "13",
            "xf_inputmode": "1",
            "xf_reasoncode": "13"
        },
        {
            "record": {
                "xf_desci": "4444",
                "xf_exctype": "26",
                "xf_inputmode": "1",
                "xf_reasoncode": "1"
            },
            "xf_desci": "4444",
            "xf_exctype": "26",
            "xf_inputmode": "1",
            "xf_reasoncode": "1"
        },
        {
            "record": {
                "xf_desci": "5555",
                "xf_exctype": "26",
                "xf_inputmode": "1",
                "xf_reasoncode": "2"
            },
            "xf_desci": "5555",
            "xf_exctype": "26",
            "xf_inputmode": "1",
            "xf_reasoncode": "2"
        }
    ],
    "sort": "",
    "start": 0,
    "total": 6
}
🟠404响应失败
🟢200处理数据失败
修改于 2024-12-26 07:11:49
上一页
staffExport
下一页
itemPriceExport
Built with