Hi,
I looking for a API that updates total price of a demand when Billable flag is set to Fixed.
I tried below api, but only the billable flas is set to Fixed but total price does not change.
How do i set the total price is billable is set to fixed?
<root
xmlns:dt='urn:schemas-microsoft-com:datatypes'>
<session email='' alias=''>
<state bc_name='service_order'>
<action name='data'>
<main>
<row number='1'>
<order_id dtype='string' in_var='' out_var=''>CS2501020038@@1</order_id>
</row>
</main>
<demand_material>
<row number='1'>
<demand_id dtype='int' in_var='' out_var=''>9513058</demand_id>
<is_billable in_var='' out_var=''>F</is_billable>
<total_price in_var="" out_var="">100.99</total_price>
</row>
</demand_material>
</action>
</state>
</session>
</root>
Thanks,
Robin