Solved

Item Price Class

  • 22 November 2023
  • 6 replies
  • 88 views

Userlevel 2
Badge

I’m changing from using SOAP-based API to REST API.  Is there an equivalent to the IN209000Export and IN209000Submit?  I can’t find the web service endpoint that can either retrieve or add new Item Price Classes (ScreenId=IN209000)

icon

Best answer by bpgraves 22 November 2023, 17:49

View original

6 replies

Userlevel 6
Badge +3

There is no endpoint for that screen, but you can extend a default endpoint and create your own.

1. Extend your endpoint:

2. Add your new entity:


3
 

3. Map the fields

Your endpoint link will be something like this:

{{url}}entity/DefaultExt/22.200.001/ItemPriceClass

Userlevel 2
Badge

There is no endpoint for that screen, but you can extend a default endpoint and create your own.

1. Extend your endpoint:

2. Add your new entity:


3
 

3. Map the fields

Your endpoint link will be something like this:

{{url}}entity/DefaultExt/22.200.001/ItemPriceClass

Thank you for your response.  This worked great!  :-)

 

Userlevel 6
Badge +3

In PUT you don’t need id and note, just Description and PriceClassID:

{
"Description": {},

"PriceClassID": {
"value": "992 PERCEN"
}
}

 

Userlevel 2
Badge

In PUT you don’t need id and note, just Description and PriceClassID:

{
"Description": {},

"PriceClassID": {
"value": "992 PERCEN"
}
}

 

My PUT didn’t work until I removed this line from my header...

Key: If-Match

Value: *

Userlevel 6
Badge +3

I am glad you were able to figure it out.

Userlevel 2
Badge

I am glad you were able to figure it out.

Thanks again for your help!  😊

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