Skip to content

PR PRODUCT

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

Description:send PR PRODUCT
Method:POST
ContentType:application/json
Path:ODM provided bash path/{data_category}/{biz_key}
data_categorybiz_key
prproduct
Request data description
ParamTypeLengthRequiredDescriptionExample
buSTRING10Ybusiness unitTNB
productSTRING40Yproduct8782CTO
siteidSTRING20Ysite idLCFC
familySTRING100YfamilyMAUNA_KEA_2
brandSTRING40YbrandTHINKNB
Request sample
JSON
{
  "batch_id": "90397",
  "batch_size": 1,
  "seq_id": "1",
  "seq_size": 1,
  "data": [{
    "bu": "TNB",
    "product": "8782CTO",
    "siteid": "LCFC",
    "family": "MAUNA_KEA_2",
    "brand": "THINKNB"
  }]
}
Successful response sample
json
{
  "code": "0",
  "msg": "request success"
}
Failed response sample
json
{
  "code": "-1",
  "msg": "system error!"
}