[{"ID":10,"Api":"api/mapping/find","Name":"Find Mapping","Description":"Find a matching mapping file from column headers","Method":"POST","WithIdentifier":false,"WithoutIdentifier":true,"SampleInput":"{\r\n \"Product\": \"ALPS Ibex\",\r\n \"Version\": 1,\r\n \"Date\": \"2019-06-05T21:49:56.588Z\",\r\n \"Demo\": true,\r\n \"Account\": \"SOFTS\",\r\n \"CustID\": \"3001\",\r\n \"Username\": \"example\",\r\n \"Memo\": \"sdfsd\",\r\n \"AllowDuplicates\": false,\r\n \"Mappings\": [\r\n {\r\n \"Value\": \"Email\"\r\n },\r\n {\r\n \"Value\": \"FirstName\"\r\n },\r\n {\r\n \"Value\": \"LastName\"\r\n }\r\n ]\r\n}","SampleOutput":"{\r\n \"Product\": \"ALPS Ibex\",\r\n \"Version\": 1,\r\n \"Date\": \"/Date(1559771396588)/\",\r\n \"Account\": \"SOFTS\",\r\n \"CustID\": \"3001\",\r\n \"Memo\": \"sdfsd\",\r\n \"Username\": \"example\",\r\n \"Error\": false,\r\n \"ErrorMessage\": null,\r\n \"StatusMessage\": \"Maps found: 0\",\r\n \"Description\": \"data set by FindMapping\",\r\n \"ModelID\": 0,\r\n \"Maps\": []\r\n}"}]