Skip to main content

Hello, 

I’m trying to retrieve Data using Odata from Sales-order with Expand Payment

 

 

Can anyone help ? thanks :) 

Hi Sadok,

 

Please use below URL to get the Sales Order details along with payment detils. Please find the screenshot for reference.

URL:  http://InstanceName/entity/EndpointName/EndpointVersion/SalesOrder/SO/SO005367?$expand=Payments

 

 

Hope this helps!!


Hi Sadok,

 

Please use below URL to get the Sales Order details along with payment detils. Please find the screenshot for reference.

URL:  http://InstanceName/entity/EndpointName/EndpointVersion/SalesOrder/SO/SO005367?$expand=Payments

 

 

Hope this helps!!

 

SO005367 this value refers to ? 
thanks

 

Hi Sadok,

That is Sales Order number - SO005367


Hi Sadok,

That is Sales Order number - SO005367

Works Fine, Thanks Naveen
Can u explain to me why it’s not working with my method?

 


HI Sadok,

To get the particular Sales Order payment details, we need to pass the OrderType and Ordernbr to fetch the payment details of that Sales Order.

 

OrderType and Ordernbr fields are Key fields of the SOOrder table, to uniquely identify we need to pass these details.


Reply