Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The external party will have to do a POST, PUT or DELETE call to https://connectitapi.idyn.nl/api/v2/WebServices, using the following headers:

Key

Value

Tenant (3)

See image below

Environment (3)

See image below

Company

See image below

Id

Definition No. of the import definition

Content-Type

application/json (1)

Base-URL (2)

The Base URL for webservices

Accept

application/json or application/xml or text/xml

  1. It is only possible to post a JSON body. XML input is not supported.

  2. Base-URL should not be provided for Microsoft SAAS tenants.

  3. Should not be provided for OnPrem installations

...

  1. .

...

Processing

Asynchroon processing

If this setting is turned on, the data will first be imported in the queue whitin ConnectIT and will be processed from there tot the specific table. If this setting is turned of, the data will directly be insert in the table, whitout using the queue.

Delete Allowed

To prevent external parties from deleting content, it is possible to set the definition to not allow DELETE actions. Keep in mind that when delete actions are allowed, external parties that can authorize of your endpoint can delete all records.
To create new records, the external party should perform a POST action. To change an existing record, PUT should be used.

...