Solved

Vendor Price Worksheet API

  • 15 March 2024
  • 2 replies
  • 54 views

Userlevel 1

Hi!, Just wanted to ask on how to create new Vendor Price Worksheet thru API?

What Params, Body should I send?

icon

Best answer by yhartman 17 March 2024, 15:52

View original

2 replies

Userlevel 5
Badge +3

Hi,

You can create Vendor Price Worksheets with the below.

URL: {YourSite}/entity/{EndpointName}/{EndpointVersion}/VendorPriceWorksheet

Method: PUT

Body: Demo Example

{
"Description": {
"value" : "Price from API"
},
"VendorSalesPrices": [
{
"Vendor": {
"value": "AASERVICES"
},
"InventoryID": {
"value": "AACOMPUT01"
},
"UOM": {
"value": "EA"
},
"PendingPrice": {
"value": 1.5
}
},
{
"Vendor": {
"value": "ALPINEAIR"
},
"InventoryID": {
"value": "CONAIRT1"
},
"UOM": {
"value": "EA"
},
"PendingPrice": {
"value": 1.5
}
}
]
}

To see the other fields you can access go to the Web Service Endpoints (SM207060) screen.

You can learn more about Api Integrations on Acumatica’s Open University.

https://openuni.acumatica.com/courses/integration/

 

I hope this helps!

Userlevel 1

Thank you! @yhartman 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved