Create a mapping between two schemas

POST
Creates a list of mapping rules based on two provided schemas

Request

This endpoint expects an object.
sourceobjectRequired
Source schema
destinationobjectRequired
Destination schema
familyIdstringOptional
ID of the family to add the program to
namespacestringOptional
Namespace of the program
savebooleanOptional
Whether to save the program for editing later. Defaults to false. If true, the response will contain an ID and access token.

Response

This endpoint returns an object.
dataobject

Errors