Apps And Solutions
Solution

Register Solution

1min
POST

This API is used to register a new solution.

If the user is part of more than one organization they MUST specify the orgId in the query parameter.

Header Parameters
x-developerplatform-access
*
Query Parameters
orgId
Body Parameters
body
*
displayName
*
solnListingId
*
type
*
version
*
shortDescription
*
isConsoleCompatible
*
longDescription
*
visibility
All Of
SolutionVisibilityDTO +
productFamily
supportedCountries
*
categories
*
solnUrls
*
apps
*
api
*
All Of
SolutionApiDTO +
systemAppSettings
Responses
201
Returns the newly created solution
id
*
All Of
SolutionVersionIdentifierDTO +
400
Something is wrong in the request content
error
*
request
*
403
User not authorized on provided organization
error
*
request
*
404
Organization found
error
*
request
*
Curl
JS
Ruby
Python
Responses
201
400
403
404