{
    "context": {
        "CultureName": "string",
        "EntCode": "string",
        "OrgCode": "string",
        "UserCode": "string"
    },
    "itemCode": [
        "string"
    ],
    "type": "string",
    "pageNo": 0,
    "pageSize": 0,
    "onlyEffective": 0
}curl --location --request POST 'http://api-test.nanxing.com/erp/basedata/scm/qryItemInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
    "context": {
        "CultureName": "string",
        "EntCode": "string",
        "OrgCode": "string",
        "UserCode": "string"
    },
    "itemCode": [
        "string"
    ],
    "type": "string",
    "pageNo": 0,
    "pageSize": 0,
    "onlyEffective": 0
}'{}