Skip to content

DNS_FCST delivery To LNV

This interface is applicable for data integration API, read Api Access Process first

  • FTP
EnvironmentPartner directoryLenovo directoryFile name
Test/xxxx/inbound/Planning/SCC/{appName}/isg/dns_fcst/feedback/matrix_JYKJ_Weekly_xxxx.csv & matrix_LCFC_Weekly_xxxx.csv
Prod/xxxx/inbound/Planning/SCC/{appName}/isg/dns_fcst/feedback/matrix_JYKJ_Weekly_xxxx.csv & matrix_LCFC_Weekly_xxxx.csv
Request data description
ParaRequiredTypeLengthFormatDescription
version_noYstring40---version number
ponoYstring20Real PO number
polineYstring20---Real PO Line number
poqtyYnumberReal PO Quantity
plantYstring20
dcYstring20Geo
banoYstring20Build ahead PO number
balineYstring20Build ahead PO line
baqtyYnumberBuild ahead PO Quantity netted with delivery
matnrYstring20Product number
netted_baqtyYnumberQty netted with real PO
netted_poqtyYnumberPO Qty used in netting
sys_dateYdateyyyy-MM-dd HH:mm:ssyyyy-MM-dd HH:mm:ss
Request sample
CSV
header
data
Successful response sample
json
{
  "code":"0",
  "msg":"request success"
}
Failed response sample
json
{
  "code": "E00V00",
  "msg": "data verification failed!",
  "result": [{
    "row": {
      "odm": "LCFC",
      ...
    },
    "verify": [{
      "type": "value length exceed",
      "fields": "version"
    }]
  }]
}