Sage 300 API doesn't return deleted Customers

Hello Team,

We use the following endpoint to receive Customers from Sage 300:
http://{BASE_URL}/Sage300WebApi/v1.0/-/SAMLTD/AR/ARCustomers

But, if the Customer is deleted in Sage 300, this endpoint doesn't return Customers.

How we can receive deleted Customers via Sage 300 API?


Parents Reply
  • 0 in reply to Jay Converse Acumen

    But how I should understand that the Customer is deleted in Sage 300?
    For example, during the first sync process, I received an active Customer and reserved it in my application.
    Then, the user removed the Customer in Sage 300.
    In this case, I cannot receive information that the Customer is deleted, because Sage 300 API returns only active Customers.

    Could you recommend the was how to receive deleted Customers from Sage 300?

Children