Skip to main content
Question

Get Custom filed value via REST API

  • October 21, 2024
  • 2 replies
  • 135 views

Forum|alt.badge.img+2

I have added custom field for Payment entity

Previously I used Acumatica API for getting this field 

according to this topic https://openuni.acumatica.com/courses/development/t190-development-quick-start-in-customization/

Is it possible to get custom field value using REST request without Acumatica API ?

2 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • October 21, 2024

Hi @Ivan ,

We can add custom fields to the REST API by extending the default endpoint. To add a custom field to the payment entity, first extend the default endpoint and then extend the entity and add the field.


 

Is it possible to get custom field value using REST request without Acumatica API ?  - Do you mean with the Acumatica API?


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • December 24, 2024

Hi ​@Ivan were you able to find a solution? Thank you!