Hello Team,
Could you clarify, is it possible to receive deleted customers from Acumatica via API?
If yes, which endpoint (screen) it is necessary to use?
I opened Web Services Endpoints and didn’t find here the necessary endpoint.
Thank you!
Hello Team,
Could you clarify, is it possible to receive deleted customers from Acumatica via API?
If yes, which endpoint (screen) it is necessary to use?
I opened Web Services Endpoints and didn’t find here the necessary endpoint.
Thank you!
Best answer by jinin
Hi
Please find the below approach. It may help you.
Url: Url/entity/EndpointName/20.200.001/DeletedCustomer?$expand=DeletedCustomerDetails
Method: PUT
Request:
{
"FromDate": {
"value": "2021-12-01"
},
"ToDate": {
"value": "2021-12-10"
}
}






Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.