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:


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