How to get QP_LIST_PRICE Charge Component alone Using Price Sales Transaction API
Summary
How to get QP_LIST_PRICE Charge Component alone Using Price Sales Transaction APIContent
Hi Team,
Below API takes more than 5 seconds to get result.
Basically i want to get only unit price of the item using rest api.
/fscmRestApi/priceExecution/documentPrices/priceSalesTransaction
I am looking get only QP_LIST_PRICE of the item.
Can someone help me in getting only List Price Chargecomponent for the item.
I have attached the payload I am using:
{
"Header": [
{
"CustomerId":300000003944953,
"HeaderId": 1,
"OverrideCurrencyCode": "USD",
"SellingBusinessUnitId":300000001700507,
"TransactionTypeCode": "ORA_SALES_ORDER",
"AppliedCurrencyCode": "USD",
"CalculatePricingChargesFlag": "true",
"CalculateShippingChargesFlag": "true",
"CalculateTaxFlag": "Y",
"FE_OrderType_Custom":"FE_Standard Sales Order"
Tagged:
0