Skip to main content

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 ?

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?


Reply