{ "ResponseMessage": { "Values": { "Success": "Successful!", "Failure": "Failure!", "NoData": "No Record(s) Found!", "InvalidInput": "Invalid Input", "InvalidOperation": "Invalid Operation", "EmptyValue": "Can't be empty'", "ObjectNotFound": "{0} not found!", "ObjectNotAdded": "Failed to add {0}", "ObjectNotUpdated": "Failed to update the {0}", "ObjectNotDeleted": "Failed to delete the {0}", "ObjectAddedSuccessfully": "{0} added successfully", "ObjectUpdatedSuccessfully": "{0} updated successfully", "ObjectDeleteSuccessfully": "{0} deleted successfully", "FailedToAdd": "Failed to add the record!", "FailedToUpdate": "Failed to update the record!", "FailedToDelete": "Failed to delete the record!", "FailedToAttach": "Failed to attach the record!", "FailedToDetach": "Failed to detach the record!", "MustNotEmpty": "This is a required field and must not be empty", "MustNotNull": "This is a required field and must not be null", "MustGreaterThanZero": "The value must be greater than zero", "InvalidUser": "The user is not valid", "InvalidPasword": "Invalid login credential", "UserNotActive": "User is not active", "IdMismatchBetweenBodyAndQueryString": "Id Mismatch Between Body And Query String" } } }