data-mappings
Post organisations data mappings
Create a new DataMapping for the provided organisation.
POST
Authorizations
Path Parameters
Body
application/json
Payload to create a new DataMapping.
DataMappingCreate is the request body to create a new data mapping. The ID is automatically generated and the organisation ID is defined by the request's path parameter.
The ID of the source App instance.
The ID of the source app operation, for OpenAPI this will be the operationId
field if set, otherwise the
request's type and path.
The ID of the target App instance.
The ID of the target app operation, for OpenAPI this will be the operationId
field if set, otherwise the
request's type and path.