Skip to main content

DetailOfPIPO

pipoInformation object
poNumberstringnullable
opoNumberstringnullable
poTypesstring[]
productLineIdstringnullable
productLineNamestringnullable
styles object[]
  • Array [
  • styleIdstringnullable
    styleNamestringnullable
    productCategoryIdstringnullable
    productCategoryNamestringnullable
    solids object[]
  • Array [
  • idstringnullable
    itemIdstringnullable
    colorstringnullable
    sizestringnullable
    brandIdstringnullable
    brandNamestringnullable
    classIdstringnullable
    departmentIdstringnullable
    shipmentTermstringnullable
    quantityintegernullable
    availableQuantityintegernullable
    cartonQuantityintegernullable
    availableCartonQuantityintegernullable
    casePackQuantityintegernullable
  • ]
  • assortmentsobject[]
    measurements object[]
  • Array [
  • captionstringnullable
    pomstringnullable
    unitstringnullable
    isPomCriticalbooleannullable
    tolerancenumbernullable
    toleranceLowernumbernullable
    toleranceUppernumbernullable
    sizes object[]
  • Array [
  • sizestringnullable
    measurementstringnullable
  • ]
  • ]
  • ]
  • DetailOfPIPO
    {
    "pipoInformation": {
    "poNumber": "string",
    "opoNumber": "string",
    "poTypes": [
    "string"
    ],
    "productLineId": "string",
    "productLineName": "string"
    },
    "styles": [
    {
    "styleId": "string",
    "styleName": "string",
    "productCategoryId": "string",
    "productCategoryName": "string",
    "solids": [
    {
    "id": "string",
    "itemId": "string",
    "color": "string",
    "size": "string",
    "brandId": "string",
    "brandName": "string",
    "classId": "string",
    "departmentId": "string",
    "shipmentTerm": "string",
    "quantity": 0,
    "availableQuantity": 0,
    "cartonQuantity": 0,
    "availableCartonQuantity": 0,
    "casePackQuantity": 0
    }
    ],
    "assortments": [
    {}
    ],
    "measurements": [
    {
    "caption": "string",
    "pom": "string",
    "unit": "string",
    "isPomCritical": true,
    "tolerance": 0,
    "toleranceLower": 0,
    "toleranceUpper": 0,
    "sizes": [
    {
    "size": "string",
    "measurement": "string"
    }
    ]
    }
    ]
    }
    ]
    }