Create matches

Create matches

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
Array of objects (AdvancedJoinMatch) [ 1 .. 100 ] items
Responses
200

The matches that were created

400

The response for a bad request.

429

The response for too many requests (concurrency or rate throttling).

post/advancedjoins/matches
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}