Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

create Purchasing info Record API

former_member672114
Discoverer
0 Likes
1,064
  • SAP Managed Tags

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

0 REPLIES 0