Skip to main content
Solved

How to get check and payment in doctype rest api endpoint

  • April 11, 2025
  • 4 replies
  • 105 views

Forum|alt.badge.img

How to get Check and payment screen in Type dropdown value rest api endpoint .
i want to get all doctype in check and payment which return doctype array.
 

 

Best answer by Rakshanda

Hi ​@DharmandarKumar ,

We don't have a specific endpoint that directly provides a list of document types.

However, you can use the following endpoint provided by Acumatica to retrieve the list of document types.

above API returns below response

Hope this helps !!

4 replies

Dmitrii Naumov
Acumatica Moderator
Forum|alt.badge.img+7
  • Acumatica Moderator
  • April 12, 2025

Unfortunately there is no way to get this list via API.


Forum|alt.badge.img

@Dmitrii Naumov 

so how to know the type to create check need


harutyungevorgyan
Jr Varsity I
Forum|alt.badge.img+2

@Dmitrii Naumov 

so how to know the type to create check need

Hello ​@DharmandarKumar ,

In any screen within Acumatica ERP, you can view all the available values for a drop-down field by following these steps:

  1. Click on Customization in the top menu.

  2. Select Inspect Element.

  3. Click on the field (drop-down) you're interested in.


In the pop-up window that appears, click on Drop Down Values.

This will display all available options for that specific drop-down, along with their internal values.

I hope this helps you quickly access drop-down values on any screen whenever needed!


Forum|alt.badge.img+1
  • Jr Varsity II
  • Answer
  • April 15, 2025

Hi ​@DharmandarKumar ,

We don't have a specific endpoint that directly provides a list of document types.

However, you can use the following endpoint provided by Acumatica to retrieve the list of document types.

above API returns below response

Hope this helps !!