API: Additional Fields
Table of Contents
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:
Example:
"products": [
|
Example | |
HTTP |
GET /api/v1/additional_fields HTTP/1.1 Host: company.erp.zone:4095 Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2ODk0MDI3NjgsInQiOiJhY2Nlc3MiLCJsIjoid29vY29tbWVyY2VhcGkiLCJkYiI6InByb2R1Y3Rpb25fZGV2In0.w3JEJ8A5LPUnnJbrv0lIPi57wj0bif1r5S5AxBCKZS0 |