Create Configuration

Creates a new configuration for the current user. The configuration is stored in the users workspace and can be used for validation of business partners and identifiers.

SecurityapiKey
Request
Request Body schema: application/json
object (BusinessPartnerValidationConfiguration)

Configuration of the validation process for a single Business Partner record.

name
string

The name of the configuration.

Example: "Custom configuration name"
workspaceId
string (WorkspaceId)

Uniquely identifying ID of the workspace.

Example: "c074b9f3-abf0-4f8e-9a20-74deb6cfa2a4"
Responses
200

Configuration created successfully

400

Bad Request.

post/configurations/businesspartnervalidation
Request samples
application/json
{}
Response samples
application/json
{}