Methods

  • get - B2B Get Customer Line Discounts

Resource

{
    "B2BGETCUSTOMERLINEDISCOUNT": {
        "LINEDISCOUNTS": [
            {
                "CUSTOMER": "integer",
                "DISCOUNTS": [
                    {
                        "CODEDISCOUNT": "string",
                        "DISCOUNT": "float",
                        "LOCATION": "integer",
                        "PARAMETERCODE1": "integer",
                        "PARAMETERCODE2": "integer",
                        "PARAMETERCODE3": "integer",
                        "PARAMETERNO1": "integer",
                        "PARAMETERNO2": "integer",
                        "PARAMETERNO3": "integer"
                    }
                ]
            }
        ],
        "SCN": "integer"
    }
}

Properties

Name Type Description
B2BGETCUSTOMERLINEDISCOUNT object
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[] array
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].CUSTOMER integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[] array
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].CODEDISCOUNT string
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].DISCOUNT float
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].LOCATION integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].PARAMETERCODE1 integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].PARAMETERCODE2 integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].PARAMETERCODE3 integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].PARAMETERNO1 integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].PARAMETERNO2 integer
B2BGETCUSTOMERLINEDISCOUNT.LINEDISCOUNTS[].DISCOUNTS[].PARAMETERNO3 integer
B2BGETCUSTOMERLINEDISCOUNT.SCN integer