on 2023 Dec 21 7:07 PM
Hello,
I'm using the Sales Order (A2X) API, for the Item Price Element, and I'm trying to use the PATCH method in order to update the Condition Rate Value of the item, but my item is not being updated.
I tried from Postman and from my Fiori APP and both return success messages, when I execute the request from the Fiori I was able to get in my system this error:
But when I look on the documentation and information that field should be editable as mentioned in the link: https://api.sap.com/api/API_SALES_ORDER_SRV/resource/Item_Pricing_Element
Thanks,
Inês Martins
Request clarification before answering.
Hi Inês,
I have quickly tested it and I was able to update the Condition Rate Value with the following request:
URL: https://{{system}}/sap/opu/odata/sap/API_SALES_ORDER_SRV/A_SalesOrderItemPrElement(SalesOrder='{{DocumentNumber}}',SalesOrderItem='10',PricingProcedureStep='145',PricingProcedureCounter='1')
Payload:
{
"ConditionRateValue" : "11"
}
Could you please provide your requests?
I am wondering about the error message. If you try to update the Condition Rate Value, why are you getting an error message with the ConditionType?
best regards,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
29 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.