Contact Us

If you still have questions or prefer to get help directly please submit a request here.
We’ll get back to you as soon as possible.

  • Contact Us
  • Internal Login
Global English
US English (US)
EN Global English
  • Home
  • API
  • API: Additional Fields
  • Support System (intserv)

    • System UI

      • Accounting

        • CRM

          • Sales

            • Purchasing

              • Product Management

                • Warehouse

                  • Manufacturing

                    • Project

                      • HR

                        • Settings (super-user specific)

                          • Ecommerce

                            • One Drive

                              • API

                                API: Additional Fields

                                Table of Contents

                                /additional_fields Response parameters Example
                                Written by: Viktor Linde, Updated on August 20th, 2024

                                Every Endpoint using the “GET” method on the Enapps ERP contains a request parameter “additional_fields”. Additional fields to be added to an endpoint may be agreed with a client prior to implementation. All additional fields specified on Endpoints may be listed using the “additional_fields” endpoint.

                                Base URL
                                https://<server>:<port>/api/v1

                                /additional_fields

                                Endpoint /additional_fields
                                Method GET

                                Response parameters

                                Name Type Description
                                <endpoint name> JSON dictionary

                                End point names listed above

                                JSON dictionary contains:

                                1. field name
                                2. type

                                 

                                Example:

                                 

                                        "products": [
                                           {
                                               "name": "description",
                                               "type": "text"
                                           }
                                       ]

                                 

                                 

                                Example

                                HTTP GET /api/v1/additional_fields HTTP/1.1               
                                Host: company.erp.zone:4095               
                                Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODk0MDI3NjgsInQiOiJhY2Nlc3MiLCJsIjoid29vY29tbWVyY2VhcGkiLCJkYiI6InByb2R1Y3Rpb25fZGV2In0.w3JEJ8A5LPUnnJbrv0lIPi57wj0bif1r5S5AxBCKZS0

                                 

                                Was this article helpful?

                                Yes
                                No
                                Give feedback about this article

                                Related Articles

                                • Project Attachments (optional)
                                Expand