2022 Feb 10 8:24 AM
Call interfacehttps://my300407-api.saps4hanacloud.cn/sap/opu/odata/sap/API_INFORECORD_PROCESS_SRV/A_PurgInfoRecdOr...

request parameters:
{
"Supplier": "200025",
"PurchasingOrganization": "B001",
"PurchasingInfoRecordCategory": "0",
"Plant": "B001",
"Material": "104013080080080182",
"StandardPurchaseOrderQuantity": "30",
"TaxCode": "J1",
"TimeDependentTaxValidFromDate": "/Date(-2208931543000)/",
"MaterialPlannedDeliveryDurn": "90",
"NetPriceAmount": "22000",
"MaterialPriceUnitQty": "22"
}
The interface call is successful, but the net price and effective price in the condition always display 1, and it should display 22 according to the parameters.

Is this what is the reason? thanks