Skip to main content
Solved

Web Endpoint Services cant create endpoint for Recuring Transactions

  • September 22, 2023
  • 4 replies
  • 48 views

Forum|alt.badge.img

I’m having issue creating Endpoint for Recurring Transactions

Endpoint:

 

Fields:

 

Postman Response:

 

Best answer by Vignesh Ponnusamy

@jayson, As the warning message states, try to retrieve the record one by one like below,

  • <<Instance URL>>/entity/DefaultExt/22.200.001/RecurringTransactions/000038

Use the valid schedule ID, that is available in the instance.

Note: It is a limitation of the class and it will not be possible to use $filter or retrieve all the records.

If you like to retrieve the all the Recurring Transactions, you can create a Generic Inquiry and map it in the endpoint then retrieve it.

I hope that helps.! Good Luck,

 

 

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

4 replies

Forum|alt.badge.img+1
  • Semi-Pro II
  • 88 replies
  • September 22, 2023

@jayson 

I didn’t check into it but ar203500 is a GI. Did you check the sm205020?

 

 

 


Forum|alt.badge.img+6
  • Captain II
  • 550 replies
  • September 22, 2023

If I understand that message properly, you need to query for a specific record in the table and not ask for a range of records.

The fields that are listed in the message are part of a view delegate (IEnumerable) and so those records are queried when the main/parent record is accessed. So the REST interface is trying to avoid running the logic for the delegate over and over again when you ask for all of the records. If you query/filter for a specific transaction, it will return the values for the fields that you’re looking for.


Vignesh Ponnusamy
Acumatica Moderator
Forum|alt.badge.img+5

@jayson, As the warning message states, try to retrieve the record one by one like below,

  • <<Instance URL>>/entity/DefaultExt/22.200.001/RecurringTransactions/000038

Use the valid schedule ID, that is available in the instance.

Note: It is a limitation of the class and it will not be possible to use $filter or retrieve all the records.

If you like to retrieve the all the Recurring Transactions, you can create a Generic Inquiry and map it in the endpoint then retrieve it.

I hope that helps.! Good Luck,

 

 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • 20 replies
  • September 25, 2023

Thank you all for the help!


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