[{"ID":9,"Api":"api/mapping/add","Name":"Add Mapping","Description":"Add column mapping record","Method":"POST","WithIdentifier":false,"WithoutIdentifier":true,"SampleInput":"{\r\n \"ModelID\": 1,\r\n \"Username\": \"Tyler\",\r\n \"Description\": \"new\",\r\n \"Mappings\": [\r\n {\r\n \"ID\": 1,\r\n \"Action\": \"Map\",\r\n \"Name\": \"Email\",\r\n \"Value\": \"Email\"\r\n },\r\n {\r\n \"ID\": 2,\r\n \"Action\": \"Map\",\r\n \"Name\": \"FirstName\",\r\n \"Value\": \"FirstName\"\r\n },\r\n {\r\n \"ID\": 3,\r\n \"Action\": \"Ignore\",\r\n \"Name\": \"MiddleName\",\r\n \"Value\": null\r\n },\r\n {\r\n \"ID\": 4,\r\n \"Action\": \"Map\",\r\n \"Name\": \"LastName\",\r\n \"Value\": \"LastName\"\r\n },\r\n {\r\n \"ID\": 5,\r\n \"Action\": \"Password\",\r\n \"Name\": \"Password\",\r\n \"Value\": \"Password\"\r\n },\r\n {\r\n \"ID\": 10,\r\n \"Action\": \"Fill\",\r\n \"Name\": \"Group\",\r\n \"Value\": \"Group\"\r\n }\r\n ]\r\n}","SampleOutput":"{\r\n \"Product\": null,\r\n \"Version\": 0,\r\n \"Date\": \"/Date(-62135578800000)/\",\r\n \"Account\": null,\r\n \"CustID\": null,\r\n \"Memo\": null,\r\n \"Username\": \"Tyler\",\r\n \"Mappings\": [\r\n {\r\n \"ID\": 1,\r\n \"Name\": \"Email\",\r\n \"Value\": \"Email\",\r\n \"Action\": \"Map\"\r\n },\r\n {\r\n \"ID\": 2,\r\n \"Action\": \"Map\",\r\n \"Name\": \"FirstName\",\r\n \"Value\": \"FirstName\"\r\n },\r\n {\r\n \"ID\": 3,\r\n \"Action\": \"Ignore\",\r\n \"Name\": \"MiddleName\",\r\n \"Value\": null\r\n },\r\n {\r\n \"ID\": 4,\r\n \"Action\": \"Map\",\r\n \"Name\": \"LastName\",\r\n \"Value\": \"LastName\"\r\n },\r\n {\r\n \"ID\": 5,\r\n \"Action\": \"Password\",\r\n \"Name\": \"Password\",\r\n \"Value\": \"Password\"\r\n },\r\n {\r\n \"ID\": 10,\r\n \"Action\": \"Fill\",\r\n \"Name\": \"Group\",\r\n \"Value\": \"Group\"\r\n }\r\n ],\r\n \"Error\": false,\r\n \"ErrorMessage\": \"No errors\",\r\n \"StatusMessage\": \"Mappings ignored: 0, Mappings without errors: 6, Mappings with errors: 0\",\r\n \"Description\": \"new\",\r\n \"ModelID\": 1,\r\n \"Maps\": null\r\n}"}]