Problem creating subscription lines with exact billing amounts
Hi gurus,
I have an issue in service contracts created through API oks_contracts_pub. The client has subscription product whose price is monthly or annual. For monthly product I need to pass the negotiated amount in line level as monthly product price times the duration. But the contract created is not accepting the price that i am passing rather it picking up the list_price which shouldn't be the case. Any inputs would be greatly appreciated.
Here is by EXample.
i have a Subscription Contract Where is billed month for 100$ so for the whole yr...the total contract is 1200$ and i shuld bill him for 100$ every month.When I am doing it from front end Everything is working fine..but from backend....trying to do it with the help of an API the contract is getting created for total of 100$ and billing schedules for 100/12 each month which is completely wrong .
I have an issue in service contracts created through API oks_contracts_pub. The client has subscription product whose price is monthly or annual. For monthly product I need to pass the negotiated amount in line level as monthly product price times the duration. But the contract created is not accepting the price that i am passing rather it picking up the list_price which shouldn't be the case. Any inputs would be greatly appreciated.
Here is by EXample.
i have a Subscription Contract Where is billed month for 100$ so for the whole yr...the total contract is 1200$ and i shuld bill him for 100$ every month.When I am doing it from front end Everything is working fine..but from backend....trying to do it with the help of an API the contract is getting created for total of 100$ and billing schedules for 100/12 each month which is completely wrong .
0