Skip to main content
Solved

Acumatica Custom Endpoint Entity

  • October 16, 2024
  • 7 replies
  • 109 views

Forum|alt.badge.img+3

Hi, I have created a new endpoint in acumatica and then entity of payment in it, Then i tried to create a record using the API but the payment Tab is null and the main summary is created.

My query is :

http://localhost/PR00000009/entity/Bank/22.200.001/BankDeposit?

body:

 

Entity :

 

Below is the screen shot of the screen. The summary is created by PUT API but payment is null. What should i do in this case ?
 

 

Response:
 

 

Best answer by Dmitrii Naumov

@tahayabali I understand that it’s the process that users follow via UI, but the API cannot work with such complex multistep processes. At least not without additional coding for the required behavior here.

7 replies

Forum|alt.badge.img+3
  • Author
  • Captain I
  • October 16, 2024

@Naveen Boga @Django 


Forum|alt.badge.img+7
  • Captain II
  • October 16, 2024

So you’ll notice that you have warning messages on every field of your endpoint.

That warning message is likely telling you that you’ll only see payment data when you ask for a specific Bank Rec transaction.

Try requesting a single bank rec and see if your payment fields are populated.


Dmitrii Naumov
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Moderator
  • October 16, 2024

@tahayabali as you can see on your screenshot, the payments grid on the Deposits screen does not have the ‘Insert’ action. Since the insert action is not there, the API cannot insert payment rows. 

 

We have it on our roadmap to create a bank deposits endpoint available OOTB in the system, but it’s not there yet. 


Forum|alt.badge.img+3
  • Author
  • Captain I
  • October 16, 2024

@Django warning message 
 

 

I am trying to populate any payment with open status here. 


Forum|alt.badge.img+3
  • Author
  • Captain I
  • October 16, 2024

@Dmitrii Naumov Yes there is not Insert BUtton but we have Add payment button from where we select payments Look at the screen shot

This is how we are populating the payments .Select all and addclose. 
 

 


Dmitrii Naumov
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Moderator
  • Answer
  • October 16, 2024

@tahayabali I understand that it’s the process that users follow via UI, but the API cannot work with such complex multistep processes. At least not without additional coding for the required behavior here.


Forum|alt.badge.img+3
  • Author
  • Captain I
  • October 17, 2024

@Dmitrii Naumov Thanks. Is there a way to create a report that provides the same results as the 'Generate ACH File' button? If so, please guide me, and I will create a report that replicates the functionality of this button. Then I will schedule it