TI-API: Backlog order push API/Advanced ship notice (ASN) push API 問題詢問

Part Number: TI-API
您好, 我們預計想要串Backlog order push API/ Backlog advanced ship notice (ASN) push API

因為牽扯到認證機制的關係, 想要請問這一段是否有辦法客制?

  • 系統有分開發與營運環境不同URL
    • 開發環境URL: <test env URL>
    • 營運環境URL:<PRD env URL>
  • Http 方式
    • http put
  • 認證方式
    • request header 欄位: x-api-key
    • 欄位值:固定值由我們提供, 有分開發與營運
  • http put 內容 (JSON)
    • {
    • "fromDuns": "xxx",
    • "toDuns": "XXXXXX",
    • "checkKey": " xxxxxx",
    • "docType": " xxx",
    • "docKey": " xxx.xml",
    • "data": "<order push json >"
    • }
      • fromDuns: 固定值
      • toDuns: 固定值
      • checkKey: 固定值, FOR 驗證使用
      • docType : 固定值, 用來區分 Order push or Asn push
      • docKey: 可塞流水號
      • data: Ti order push or TI Asn Push json Data