POST
/
add_erpnext_info
curl --request POST \
  --url https://api.toingg.com/api/v3/add_erpnext_info \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "erpUrl": "<string>",
  "apiKey": "<string>",
  "secret": "<string>"
}'
"<any>"

Overview

The “add_erpnext_info” endpoint allows users to integrate their ERP Next system with Toingg by securely submitting the necessary connection details. To add an ERP Next configuration, send a POST request to the /add_erpnext_info endpoint with a JSON body that includes the following fields:

{
  "erpUrl": "string",
  "apiKey": "string",
  "secret": "string"
}

Providing these credentials enables seamless integration, ensuring that your ERP Next data is securely connected and accessible within Toingg for efficient workflow and data management.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json

Response

200
application/json
Successful Response

The response is of type any.