Skip to main content
Solved

How to get customer specific pricing out of Acumatica via API?


Forum|alt.badge.img

Hi. Is anyone can give me an advice on how to get customer specific pricing out of Acumatica via API?

Best answer by Naveen Boga

Hi @bernadeth58  Below the REST API to fetch the Customer Price from the Sales Price screen. 

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:

 

 

View original
Did this topic help you find an answer to your question?

5 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3410 replies
  • Answer
  • March 13, 2022

Hi @bernadeth58  Below the REST API to fetch the Customer Price from the Sales Price screen. 

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:

 

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 67 replies
  • March 14, 2022

Thank you @Naveen Boga! We will try this. 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • 67 replies
  • March 14, 2022

It works @Naveen Boga. Thank you!


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3410 replies
  • March 14, 2022

Awesome :) Thanks for sharing the update @bernadeth58  


  • Freshman I
  • 4 replies
  • June 1, 2022

There is any way to get the full list of SalesPrice?


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings