data-mappings
Post organisations data mappings entries
Create a new DataMappingEntry for the provided organisation and mapping.
POST
/
organisations
/
{organisationId}
/
data-mappings
/
{mappingId}
/
entries
Authorizations
Authorization
string
headerrequiredPath Parameters
organisationId
string
requiredmappingId
string
requiredBody
application/json
DataMappingEntryCreate is the request body to create a new data mapping. The ID is automatically generated and the organisation ID and mapping ID is defined by the request's path parameter.
sourceValue
required
The source value of the mapping entry.
targetValue
required
The target value of the mapping entry.
Response
200 - application/json
id
string
requiredmapping
object
mapping.id
string
requiredmapping.orgId
string
requiredmapping.sourceApp
object
mapping.sourceSchemaId
string
requiredmapping.targetApp
object
mapping.targetSchemaId
string
requiredmapping.definition
object[]
requiredmapping.createdAt
string
mapping.updatedAt
string
mapping.deletedAt
string
sourceValue
required
targetValue
required
createdAt
string
updatedAt
string
deletedAt
string