Skip to main content

Hi,

We need to do an API for a pick list.

 @Community : Do you have an example of an API message that we could use  for a pick list action ?

 

Thanks 🙏  and regards

anthony

Hi Anthony,

Are you looking for an API to create the pick list, or an API to pick the pick list?

Thanks,
Andrew


Hi @Andrew D'Antonio 

Thanks for your support.

For the customer case , we need an app to delete the pick list ?

 

Thanks

​​​​​​​anthony


Hi Anthony,

Here is an example of a delete API:

<root
xmlns:dt="urn:schemas-microsoft-com:datatypes">
<session email="" alias="">
<state bc_name="pick">
<action name="delete" bo_name="main" key_value="PI1405150001"></action>
</state>
</session>
</root>

Please let me know if this helps.

Thank you,
Andrew


Reply