Create a maximum of 100 mappings.
Mappings to create.
required | Array of objects (Items) [ 1 .. 100 ] characters |
List of created mappings
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "expression": "\n{\n \"SAPFieldA\": substring(input.CDFFieldA,0,40), \n \"SAPFieldB\": input.CDFFieldB, \n}\n"
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "expression": "\n{\n \"SAPFieldA\": substring(input.CDFFieldA,0,40), \n \"SAPFieldB\": input.CDFFieldB, \n}\n",
- "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}