Ddex
Create tenant provider configuration
Create a new DDEX provider configuration for the current tenant.
POST
Description
Thecredentials object structure depends on the deliveryMethod:
- SFTP: Use
SFTPCredentialsschema (host, port, username, password, remotePath) - FTP: Use
SFTPCredentialsschema with port 21 - HTTP/HTTPS: Use
HTTPCredentialsschema (apiUrl, authType, bearerToken/apiKey) - AS2: Use
AS2Credentialsschema (endpoint, as2From, as2To) - WebDAV: Use
WebDAVCredentialsschema (url, username, password)
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
application/json
ID of the DDEX provider from the provider catalog
Delivery protocol to use
Available options:
SFTP, FTP, HTTP, HTTPS, AS2, WebDAV Credentials for SFTP/FTP delivery method
- Option 1
- Option 2
- Option 3
- Option 4
Optional label ID for label-specific configuration
Provider-specific custom settings
Priority for this provider (higher = preferred)
Rate limiting configuration
MDN/acknowledgement settings