We have purchase orders going into Xero with a purchase order number such as "ABCDE/123" which are the purchase order numbers used in DataBuild. The forward slash breaks the search by purchase order number via the API e.g. https://api.xero.com/api.xro/2.0/PurchaseOrders/ABCDE/123. Have tried many different combinations of escaping the forward slash, including quotes, escaped quotes, but nothing works. Is the only option to search through every single purchase order, page by page? That's a lot of API calls.
We have purchase orders going into Xero with a purchase order number such as "ABCDE/123" which are the purchase order numbers used in DataBuild. The forward slash breaks the search by purchase order number via the API e.g. https://api.xero.com/api.xro/2.0/PurchaseOrders/ABCDE/123. Have tried many different combinations of escaping the forward slash, including quotes, escaped quotes, but nothing works. Is the only option to search through every single purchase order, page by page? That's a lot of API calls.