cancel
Showing results for 
Search instead for 
Did you mean: 

Input Amount of product line item in Sales Order Web-Services

Former Member
0 Kudos

Dear Experts,

We got the requirement to create Sales Order using web-service in ByDesign.
And pricing must be send from external application because the calculation is very complicated.

However, we could not find any field to input amount of each product line item in ManageSalesOrderIn web-service.

Please help suggest if there's any way to input the price.

Thank you very much in advance.

Regards,

Mullika

Accepted Solutions (1)

Accepted Solutions (1)

may_thitsaoo
Contributor
0 Kudos

Hi Mullika,

It's "PriceAndTaxCalculationItem".

But it can't get create process and you can only modify. It is written that "The customer has to create the order first and then make a second web-service request to the update this sales order with the pricing information that is to be changed.".

Regards, May.

Former Member
0 Kudos

Hi May,

Thank you very much. I already tested the service by create then update price and it works.

Thank you for your suggestion.

Regards,

Mullika

Answers (2)

Answers (2)

d_weinberg
Participant
0 Kudos

Hi Mullika,

You can check the service documentation in the Repository Explorer. There is a section "PriceAndTaxCalculation" that also contains a sample request of how to modify price components.


- Daniel

Former Member
0 Kudos

I did not check the standard webservice, so wait for a reply from somebody that worked with it, but in case this field is not available you can plan to go with a custom web service.