{
"is_system": false,
"mapping": "blob",
"operation": 1,
"revision": 1,
"documents": [
{
"id": "http://example.com"
}
]
}
curl --location --request POST '/entities/FieldMappings' \
--header 'Content-Type: application / json' \
--data-raw '{
"is_system": false,
"mapping": "blob",
"operation": 1,
"revision": 1,
"documents": [
{
"id": "http://example.com"
}
]
}'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"is_system": false,
"mapping": "blob",
"operation": 1,
"source_entity_api_name": "string",
"target_entity_api_name": "string",
"revision": 1,
"source_entity_name": "string",
"target_entity_name": "string",
"documents": [
"http://example.com"
]
}
}