Hi. Is anyone can give me an advice on how to get customer specific pricing out of Acumatica via API?
Solved
How to get customer specific pricing out of Acumatica via API?
Best answer by Naveen Boga
Hi
Please find API details and screenshots for reference and hope this helps!!
Method: PUT
API URL: http://localhost/21R1Test/entity/default/20.200.001/SalesPricesInquiry?$expand=SalesPriceDetails
BODY:
{
"PriceType": {
"value": "Customer"
},
"PriceCode": {
"value": "AACUSTOMER"
}
}
Screenshots:


Login to the community
No account yet? Create an account
Social Login
Login with your Acumatica accountEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.