Hello,
does anyone knows, how to delete a checklist from an order via API?
What I need is exactly this, what this button does:

Thanks in advance!
Regards
Torsten
Hello,
does anyone knows, how to delete a checklist from an order via API?
What I need is exactly this, what this button does:
Thanks in advance!
Regards
Torsten
Best answer by Joshua Liem
Hi,
Below is an example to delete order checklist.
You must supply the correct value in order_id and seq_in_execution.
In sample below, seq = 1 will be deleted.
<root>
<session alias="" email="">
<state bc_name="Service_Order">
<action name="data">
<main>
<row number="1">
<order_id>SV2106100001@@1</order_id>
</row>
</main>
<checklist_for_order_hdr>
<row number="1" delete="true">
<seq_in_execution>1</seq_in_execution>
<bo_search_keys>
<item>
<name>seq_in_execution</name>
<value>1</value>
</item>
</bo_search_keys>
</row>
</checklist_for_order_hdr>
</action>
</state>
</session>
</root>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.