Skip to main content
Solved

API for Pick list

  • October 23, 2024
  • 3 replies
  • 73 views

athobie
Sidekick (Partner)
Forum|alt.badge.img+11
  • Sidekick (Partner)
  • 186 replies

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

Best answer by Andrew D'Antonio

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

3 replies

Forum|alt.badge.img+10
  • Hero (Employee)
  • 87 replies
  • October 25, 2024

Hi Anthony,

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

Thanks,
Andrew


athobie
Sidekick (Partner)
Forum|alt.badge.img+11
  • Author
  • Sidekick (Partner)
  • 186 replies
  • November 5, 2024

Hi @Andrew D'Antonio 

Thanks for your support.

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

 

Thanks

​​​​​​​anthony


Forum|alt.badge.img+10
  • Hero (Employee)
  • 87 replies
  • Answer
  • November 5, 2024

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