Createdestinationrequest
Request to create or update a destination.
authTypestringrequired
Type of authentication (BASIC or API_KEY)
Possible values: [BASIC, API_KEY, BASIC, API_KEY]
baseUrlstringrequired
Base URL for the integration system
codestringrequired
Unique business identifier for the destination
namestringrequired
Display name for the destination
secureProperties object
Map of secure property names to their values
property name*string
Map of secure property names to their values
Createdestinationrequest
{
"authType": "BASIC",
"baseUrl": "string",
"code": "string",
"name": "string",
"secureProperties": {}
}