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?
1<root2 xmlns:dt='urn:schemas-microsoft-com:datatypes'>3 <session email='' alias=''>4 <state bc_name='service_order'>5 <action name='data'>6 <main>7 <row number='1'>8 <order_id dtype='string' in_var='' out_var=''>CS2501020038@@1</order_id>9 </row>10 </main>11 <demand_material>12 <row number='1'>13 <demand_id dtype='int' in_var='' out_var=''>9513058</demand_id>14 <is_billable in_var='' out_var=''>F</is_billable>15 <total_price in_var="" out_var="">100.99</total_price>16 </row>17 </demand_material>18 </action>19 </state>20 </session>21</root>
Thanks,
Robin


