kingdee_save_cost_adjustment
Create or modify cost adjustment orders in Kingdee Cloud Star ERP by specifying date, organization, adjust type, and material entries with quantity and price.
Instructions
新建或修改成本调整单(STK_CostAdjust)。
model 示例: { "FDate": "2024-01-15", "FCostOrgId": {"FNumber": "100"}, "FAdjustType": "1", "FCostAdjustEntry": [ {"FMaterialId": {"FNumber": "MAT001"}, "FAdjustQty": 100, "FAdjustPrice": 10.5} ] }
Returns: str: JSON,含 FID 和 FBillNo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |